Very small refactoring

This commit is contained in:
Dave Halter
2019-07-23 13:08:57 +02:00
parent 02d16ac55c
commit 3d08eb92d5
2 changed files with 1 additions and 3 deletions

View File

@@ -444,4 +444,3 @@ def test__wrapped__():
def test_core_module_completes(module_name):
module = import_module(module_name)
assert jedi.Interpreter(module_name + '.\n', [locals()]).completions()