mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 00:41:02 +08:00
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