1
0
forked from VimPlug/jedi

Move base_context -> base_value

This commit is contained in:
Dave Halter
2019-08-15 00:40:34 +02:00
parent a5dff65142
commit 9e23f4d67b
34 changed files with 38 additions and 38 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.inference.base_context import NO_CONTEXTS
from jedi.inference.base_value import NO_CONTEXTS
recursion_limit = 15