1
0
forked from VimPlug/jedi

Remove the common folder and move it to a common file

This commit is contained in:
Dave Halter
2020-05-08 13:23:56 +02:00
parent 138c22afe9
commit 25973554e2
8 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ from parso import parse, ParserSyntaxError
from jedi._compatibility import u
from jedi import debug
from jedi.common.utils import indent_block
from jedi.common import indent_block
from jedi.inference.cache import inference_state_method_cache
from jedi.inference.base_value import iterator_to_value_set, ValueSet, \
NO_VALUES