Skip to content

Commit af098b9

Browse files
committed
Add missing comma
1 parent cb645d5 commit af098b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,7 +2593,7 @@ class NamedTupleExpr(Expression):
25932593

25942594
__slots__ = ("info", "is_typed")
25952595

2596-
__match_args__ = ("info")
2596+
__match_args__ = ("info",)
25972597

25982598
# The class representation of this named tuple (its tuple_type attribute contains
25992599
# the tuple item types)

0 commit comments

Comments
 (0)