mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Remove reorder imports. For now this is not a priority
This commit is contained in:
@@ -580,12 +580,6 @@ class Script(object):
|
|||||||
names = [d._name for d in self.get_references(line, column, include_builtins=True)]
|
names = [d._name for d in self.get_references(line, column, include_builtins=True)]
|
||||||
return refactoring.inline(self._grammar, names)
|
return refactoring.inline(self._grammar, names)
|
||||||
|
|
||||||
@no_py2_support
|
|
||||||
def reorder_imports(self):
|
|
||||||
"""
|
|
||||||
"""
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
|
|
||||||
class Interpreter(Script):
|
class Interpreter(Script):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user