mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-14 17:01:01 +08:00
rename non-cycling imports to 'from jedi import ..'
This commit is contained in:
+3
-3
@@ -4,9 +4,9 @@ import contextlib
|
||||
import functools
|
||||
import tokenize
|
||||
|
||||
from _compatibility import next, reraise
|
||||
import debug
|
||||
import settings
|
||||
from jedi._compatibility import next, reraise
|
||||
from jedi import debug
|
||||
from jedi import settings
|
||||
|
||||
|
||||
class MultiLevelStopIteration(Exception):
|
||||
|
||||
Reference in New Issue
Block a user