Remove reorder imports. For now this is not a priority

This commit is contained in:
Dave Halter
2020-02-14 23:56:11 +01:00
parent 9d171609da
commit 24114ba631

View File

@@ -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):
"""