Remova todos os números inteiros da lista Python

no_integers = [x for x in mylist if not isinstance(x, int)]
Drinking from a Flask