1
0
forked from VimPlug/jedi

A small refactoring

This commit is contained in:
Dave Halter
2018-04-14 15:38:32 +02:00
parent 9f07e7e352
commit 45fb770033
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -43,5 +43,5 @@ from jedi.api import Script, Interpreter, set_debug_function, \
from jedi import settings
from jedi.api.environment import find_virtualenvs, find_python_environments, \
get_default_environment, InvalidPythonEnvironment, create_environment, \
find_executable, get_python_environment
get_python_environment
from jedi.api.exceptions import InternalError