1
0
forked from VimPlug/jedi

Fix a yield from test

This commit is contained in:
Dave Halter
2018-02-28 23:01:07 +01:00
parent a41a4562d2
commit dfa383c744

View File

@@ -237,13 +237,13 @@ def test_nested():
x x
yield x yield x
x, y, z = yield_nested() x, y, z = test_nested()
#? int() #? int()
x x
#? str() #? str()
y y
# For whatever reason this is currently empty # For whatever reason this is currently empty
#? #? float()
z z