1
0
forked from VimPlug/jedi

Make InterpreterEnvironment public

This commit is contained in:
Dave Halter
2020-03-01 12:47:26 +01:00
parent afc61c2576
commit bd1ef659e8
3 changed files with 3 additions and 3 deletions

View File

@@ -297,7 +297,7 @@ class Listener(object):
try:
inference_state = self._inference_states[inference_state_id]
except KeyError:
from jedi.api.environment import InterpreterEnvironment
from jedi import InterpreterEnvironment
inference_state = InferenceState(
# The project is not actually needed. Nothing should need to
# access it.