mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Remove a lot of test references to Python 2/3.5
This commit is contained in:
@@ -97,7 +97,6 @@ def x(): pass
|
||||
# -----------------
|
||||
# Only keyword arguments are valid
|
||||
# -----------------
|
||||
# python >= 3.5
|
||||
|
||||
def x(bam, *, bar, baz):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user