Skip to content

Commit 2fb3a46

Browse files
committed
Remove unused function
1 parent 48d3eae commit 2fb3a46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rope/contrib/autoimport/sqlite.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,6 @@ def _removed(self, resource):
593593
modname = self._resource_to_module(resource).modname
594594
self._del_if_exist(modname)
595595

596-
def _add_future_names(self, names: Future[List[Name]]):
597-
self._add_names(names.result())
598-
599596
@staticmethod
600597
def _convert_name(name: Name) -> tuple:
601598
return (

0 commit comments

Comments
 (0)