forked from VimPlug/jedi
To be able to customize ContextSet, move a subclass to evaluate.context
This commit is contained in:
@@ -29,7 +29,7 @@ therefore the quality might not always be maximal.
|
||||
from contextlib import contextmanager
|
||||
|
||||
from jedi import debug
|
||||
from jedi.common import NO_CONTEXTS
|
||||
from jedi.evaluate.context import NO_CONTEXTS
|
||||
|
||||
|
||||
recursion_limit = 15
|
||||
|
||||
Reference in New Issue
Block a user