forked from VimPlug/jedi
Move the base Context stuff to another module to keep context free for imports.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from jedi.evaluate.context import ContextSet, NO_CONTEXTS
|
||||
from jedi.evaluate.base_context import ContextSet, NO_CONTEXTS
|
||||
|
||||
class AbstractLazyContext(object):
|
||||
def __init__(self, data):
|
||||
|
||||
Reference in New Issue
Block a user