Skip to content

Commit 8400415

Browse files
committed
Add a trailing comma
1 parent 563dda4 commit 8400415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen):
893893
# if possible.
894894
'__dataclass_self__' if 'self' in fields
895895
else 'self',
896-
globals
896+
globals,
897897
))
898898

899899
# Get the fields as a list, and include only real fields. This is

0 commit comments

Comments
 (0)