Как удалить ни одного в Python

Not_none_values = filter(None.__ne__, list_of_values)
list_of_values = list(Not_none_values)
Real Raccoon