mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +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)]
|
||||
return refactoring.inline(self._grammar, names)
|
||||
|
||||
@no_py2_support
|
||||
def reorder_imports(self):
|
||||
"""
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class Interpreter(Script):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user