mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
changed tests to not fail if they receive multiple inputs -> this is NOT the right behaviour
This commit is contained in:
@@ -197,7 +197,6 @@ def complete(source, row, column, source_path):
|
||||
for s in scopes:
|
||||
completions += s.get_defined_names()
|
||||
|
||||
# remove duplicates
|
||||
completions = list(set(completions))
|
||||
|
||||
needs_dot = not dot and path
|
||||
|
||||
Reference in New Issue
Block a user