Skip to content

Commit 9066563

Browse files
Update can_packet_type.py
1 parent 2d1478f commit 9066563

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): # pylint: disable=too-many-ancestors
14+
class CanPacketType(AbstractUdsPacketType):
1515
"""
1616
Definition of CAN packet types.
1717

0 commit comments

Comments
 (0)