1
0
forked from VimPlug/jedi

Remove the deprecation tests

This commit is contained in:
Dave Halter
2020-07-20 02:06:17 +02:00
parent d7d42c8e39
commit 89f525407a
2 changed files with 1 additions and 41 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ load
__version__ = '0.17.2'
from jedi.api import Script, Interpreter, set_debug_function, \
preload_module, names
from jedi.api import Script, Interpreter, set_debug_function, preload_module
from jedi import settings
from jedi.api.environment import find_virtualenvs, find_system_environments, \
get_default_environment, InvalidPythonEnvironment, create_environment, \