1
0
forked from VimPlug/jedi

Remove a print statement

This commit is contained in:
Dave Halter
2019-05-18 00:17:57 +02:00
parent ba59ab40ab
commit 52ae6e7f0b
2 changed files with 0 additions and 2 deletions

View File

@@ -165,7 +165,6 @@ def test_no_error(environment):
a = 20
""")
func_name, = names(code)
print(func_name.defined_names())
a, b, a20 = func_name.defined_names()
assert a.name == 'a'
assert b.name == 'b'