We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6f5b2 commit 361706aCopy full SHA for 361706a
Lib/test/test_ast/test_ast.py
@@ -3235,7 +3235,7 @@ def test_help_message(self):
3235
output = StringIO()
3236
with self.assertRaises(SystemExit):
3237
with contextlib.redirect_stderr(output):
3238
- ast.main(args=(flag))
+ ast.main(args=flag)
3239
self.assertStartsWith(output.getvalue(), 'usage: ')
3240
3241
def test_exec_mode_flag(self):
0 commit comments