forked from VimPlug/jedi
Delete a lot of names dict related stuff but also other things that were not used anymore.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
"""
|
||||
TODO Some parts of this module are still not well documented.
|
||||
"""
|
||||
import copy
|
||||
|
||||
from jedi.cache import underscore_memoization
|
||||
from jedi.evaluate import helpers
|
||||
from jedi.evaluate.representation import ModuleContext
|
||||
from jedi.evaluate import compiled
|
||||
from jedi.evaluate.compiled import mixed
|
||||
|
||||
Reference in New Issue
Block a user