1
0
forked from VimPlug/jedi

Test renames better and change some small things about the refactoring API

This commit is contained in:
Dave Halter
2020-02-13 00:19:34 +01:00
parent 6c9f187884
commit 5c246649e2
4 changed files with 87 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ from jedi.api.environment import find_virtualenvs, find_system_environments, \
get_default_environment, InvalidPythonEnvironment, create_environment, \
get_system_environment
from jedi.api.project import Project, get_default_project
from jedi.api.exceptions import InternalError
from jedi.api.exceptions import InternalError, RefactoringError
# Finally load the internal plugins. This is only internal.
from jedi.plugins import registry
del registry