diff --git a/jedi/dynamic.py b/jedi/evaluate/dynamic.py similarity index 99% rename from jedi/dynamic.py rename to jedi/evaluate/dynamic.py index 8bbda015..9b330b6c 100644 --- a/jedi/dynamic.py +++ b/jedi/evaluate/dynamic.py @@ -51,8 +51,6 @@ would check whether a flow has the form of ``if isinstance(a, type_or_tuple)``. Unfortunately every other thing is being ignored (e.g. a == '' would be easy to check for -> a is a string). There's big potential in these checks. """ -from __future__ import with_statement - import os from jedi import cache