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

@@ -8,7 +8,7 @@ import pytest
from . import helpers
from . import run
from . import refactor
from jedi.api.environment import InterpreterEnvironment, get_system_environment
from jedi import InterpreterEnvironment, get_system_environment
from jedi.inference.compiled.value import create_from_access_path
from jedi.inference.imports import _load_python_module
from jedi.file_io import KnownContentFileIO