diff --git a/jedi/evaluate.py b/jedi/evaluate.py index ca80b4b7..3d7dec13 100644 --- a/jedi/evaluate.py +++ b/jedi/evaluate.py @@ -9,7 +9,6 @@ there are the `follow_` functions, which evaluate a statement, or parts of a statement. TODO super() - TODO nonlocal statement, needed or can be ignored? (py3k) """ from _compatibility import next, property, hasattr, is_py3k, use_metaclass, \