Skip to content

Commit 8e2b2b9

Browse files
Update can_packet_type.py
Fix for static code analysis
1 parent a76d46c commit 8e2b2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uds/packet/can_packet_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
@unique
14-
class CanPacketType(AbstractUdsPacketType):
14+
class CanPacketType(AbstractUdsPacketType): # pylint: disable=too-many-ancestors
1515
"""
1616
Definition of CAN packet types.
1717

0 commit comments

Comments
 (0)