Skip to content

Commit 49dc424

Browse files
committed
Add trailing comma for consistency
1 parent 9a64d06 commit 49dc424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keynote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def _extract_positional_args(
803803
for arg, default in zip_longest(
804804
reversed([*arguments.posonlyargs, *arguments.args]),
805805
reversed(arguments.defaults),
806-
fillvalue=NO_DEFAULT
806+
fillvalue=NO_DEFAULT,
807807
)
808808
if arg.arg not in ['self', 'cls']
809809
][::-1]

0 commit comments

Comments
 (0)