mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +08:00
rename non-cycling imports to 'from jedi import ..'
This commit is contained in:
+4
-4
@@ -15,10 +15,10 @@ following functions (sometimes bug-prone):
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import modules
|
||||
import difflib
|
||||
import helpers
|
||||
import parsing_representation as pr
|
||||
from jedi import modules
|
||||
from jedi import difflib
|
||||
from jedi import helpers
|
||||
from jedi import parsing_representation as pr
|
||||
|
||||
|
||||
class Refactoring(object):
|
||||
|
||||
Reference in New Issue
Block a user