Skip to content

Commit b7100a4

Browse files
Update Parser/asdl_c.py
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent adcacdd commit b7100a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Parser/asdl_c.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,7 @@ def visitModule(self, mod):
889889
if (PyErr_WarnFormat(
890890
PyExc_DeprecationWarning, 1,
891891
"Instantiating abstract AST node class %T is deprecated. "
892-
"This will become an error in Python 3.20", self) < 0)
893-
{
892+
"This will become an error in Python 3.20", self) < 0) {
894893
return -1;
895894
}
896895
}

0 commit comments

Comments
 (0)