Skip to content

Commit d59f550

Browse files
committed
Fix Priority class header
1 parent 3a0d8c3 commit d59f550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ..helpers.util import crc_fun
1212

1313

14-
class Priority(int, Enum):
14+
class Priority(Enum):
1515
"""Message priority levels for USB-stick message requests."""
1616

1717
CANCEL = 0

0 commit comments

Comments
 (0)