mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-13 08:20:39 +08:00
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