1
0
forked from VimPlug/jedi

To be able to customize ContextSet, move a subclass to evaluate.context

This commit is contained in:
Dave Halter
2017-09-27 09:20:58 +02:00
parent faa2d01593
commit b74c8cb033
19 changed files with 46 additions and 48 deletions

View File

@@ -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