We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0d8c3 commit d59f550Copy full SHA for d59f550
plugwise_usb/messages/__init__.py
@@ -11,7 +11,7 @@
11
from ..helpers.util import crc_fun
12
13
14
-class Priority(int, Enum):
+class Priority(Enum):
15
"""Message priority levels for USB-stick message requests."""
16
17
CANCEL = 0
0 commit comments