Skip to content

Commit a3acc1a

Browse files
committed
Fix str, Enum -> Enum
1 parent 12b1310 commit a3acc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class NodeEvent(Enum):
3636
JOIN = auto()
3737

3838

39-
class NodeFeature(str, Enum):
39+
class NodeFeature(Enum):
4040
"""USB Stick Node feature."""
4141

4242
AVAILABLE = "available"

0 commit comments

Comments
 (0)