1
0
forked from VimPlug/jedi

Small import fix.

This commit is contained in:
Dave Halter
2014-12-11 00:14:03 +01:00
parent 23417f0288
commit 243fb8ef34
2 changed files with 3 additions and 3 deletions

View File

@@ -684,10 +684,10 @@ class _Importer(object):
return names
def follow_imports(evaluator, scopes):
def follow_imports(evaluator, types):
"""
Here we strip the imports - they don't get resolved necessarily.
Really used anymore? Merge with remove_star_imports?
TODO Really used anymore? Merge with remove_star_imports?
"""
result = []
for s in scopes: