mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
PEP8 imports
This commit is contained in:
@@ -42,8 +42,8 @@ import sys
|
|||||||
# imports and circular imports... Just avoid it:
|
# imports and circular imports... Just avoid it:
|
||||||
sys.path.insert(0, __path__[0])
|
sys.path.insert(0, __path__[0])
|
||||||
|
|
||||||
from .api import Script, Interpreter, NotFoundError, set_debug_function, \
|
from .api import Script, Interpreter, NotFoundError, set_debug_function
|
||||||
preload_module, defined_names
|
from .api import preload_module, defined_names
|
||||||
from . import settings
|
from . import settings
|
||||||
|
|
||||||
sys.path.pop(0)
|
sys.path.pop(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user