mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-02 00:56:51 +08:00
Move the evaluate package to inference
This commit is contained in:
@@ -10,7 +10,7 @@ from collections import namedtuple
|
||||
|
||||
from jedi._compatibility import highest_pickle_protocol, which
|
||||
from jedi.cache import memoize_method, time_cache
|
||||
from jedi.evaluate.compiled.subprocess import CompiledSubprocess, \
|
||||
from jedi.inference.compiled.subprocess import CompiledSubprocess, \
|
||||
EvaluatorSameProcess, EvaluatorSubprocess
|
||||
|
||||
import parso
|
||||
|
||||
Reference in New Issue
Block a user