forked from VimPlug/jedi
Remove a lot of test references to Python 2/3.5
This commit is contained in:
@@ -242,8 +242,6 @@ def x():
|
||||
# yield from
|
||||
# -----------------
|
||||
|
||||
# python > 2.7
|
||||
|
||||
def yield_from():
|
||||
yield from iter([1])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user