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 4320111 commit fdefe87Copy full SHA for fdefe87
Lib/test/test_ast.py
@@ -468,8 +468,8 @@ def test_field_attr_existence_deprecated(self):
468
# The argument is required.
469
continue
470
with self.subTest(item):
471
- with self.assertWarns(DeprecationWarning):
472
- x = item()
+ with self.assertWarns(DeprecationWarning):
+ x = item()
473
if isinstance(x, ast.AST):
474
self.assertEqual(type(x._fields), tuple)
475
0 commit comments