Skip to content

Commit 769f6cd

Browse files
committed
Address code review
1 parent 0892d0d commit 769f6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/clinic/clinic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def parser_body(
12291229
if not parameters:
12301230
parser_code: list[str] | None
12311231
if f.kind is GETTER:
1232-
flags = "NULL"
1232+
flags = "" # This should end up unused
12331233
parser_prototype = self.PARSER_PROTOTYPE_GETTER
12341234
parser_code = []
12351235
elif not requires_defining_class:

0 commit comments

Comments
 (0)