1
0
forked from VimPlug/jedi

Get rid of completions in tests

This commit is contained in:
Dave Halter
2019-12-20 16:29:43 +01:00
parent 38460ce9d7
commit 2cc898ba35
27 changed files with 144 additions and 144 deletions

View File

@@ -202,7 +202,7 @@ class Script(object):
with debug.increase_indent_cm('completions'):
completion = Completion(
self._inference_state, self._get_module_context(), self._code_lines,
(line, column), self.call_signatures
(line, column), self.find_signatures
)
return completion.completions(fuzzy)