Skip to content

Commit 8031205

Browse files
committed
Fix typo
1 parent 1463a47 commit 8031205

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
@@ -19,7 +19,7 @@ class StickEvent(Enum):
1919
NETWORK_ONLINE = auto()
2020

2121

22-
class MotionSensitivity(IntEnumEnum):
22+
class MotionSensitivity(IntEnum):
2323
"""Motion sensitivity levels for Scan devices."""
2424

2525
HIGH = 20

0 commit comments

Comments
 (0)