Skip to content

Commit 45918cc

Browse files
committed
Ruffed
1 parent 8f41b59 commit 45918cc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
import logging
1010
from typing import Any, Final
1111

12-
from ..api import (
13-
MotionConfig,
14-
MotionState,
15-
NodeEvent,
16-
NodeFeature,
17-
NodeType,
18-
)
12+
from ..api import MotionConfig, MotionState, NodeEvent, NodeFeature, NodeType
1913
from ..connection import StickController
2014
from ..constants import MAX_UINT_2
2115
from ..exceptions import MessageError, NodeError, NodeTimeout

0 commit comments

Comments
 (0)