We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c1b4d commit ea7297cCopy full SHA for ea7297c
1 file changed
Lib/test/test_unparse.py
@@ -327,7 +327,6 @@ def test_constant_tuples(self):
327
ast.Constant(value=(1, 2, 3), kind=None), "(1, 2, 3)"
328
)
329
330
- @test.support.skip_if_new_parser("Pegen does not support type annotation yet")
331
def test_function_type(self):
332
for function_type in (
333
"() -> int",
0 commit comments