Skip to content

Commit da57741

Browse files
committed
Fix lint
1 parent ec2a0a7 commit da57741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy/plugins/attrs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
} # type: Final
4141
attr_frozen_makers = {
4242
'attr.frozen'
43-
} # type: Final
43+
} # type: Final
4444
attr_define_makers = {
4545
'attr.define',
4646
'attr.mutable'
47-
} # type: Final
47+
} # type: Final
4848
attr_attrib_makers = {
4949
'attr.ib',
5050
'attr.attrib',

0 commit comments

Comments
 (0)