1
0
forked from VimPlug/jedi

Fix some collections.deque issues

This commit is contained in:
Dave Halter
2019-06-15 01:56:44 +02:00
parent fdad24cc0a
commit e61949da66
4 changed files with 4 additions and 7 deletions
-1
View File
@@ -113,7 +113,6 @@ def _python_to_stub_names(names, fallback_to_python=False):
if fallback_to_python or new_name.is_stub():
yield new_name
continue
print(name.goto())
name_list = name.get_qualified_names()
stubs = NO_CONTEXTS