Skip to content

Commit af430a4

Browse files
committed
Remove used constants
1 parent de6fdd7 commit af430a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise_usb/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
3232

3333
# Max timeout in seconds
34-
STICK_ACCEPT_TIME_OUT: Final = 6 # Stick accept respond.
3534
STICK_TIME_OUT: Final = 15 # Stick responds with timeout messages after 10s.
36-
QUEUE_TIME_OUT: Final = 45 # Total seconds to wait for queue
3735
NODE_TIME_OUT: Final = 15 # In bigger networks a response from a node could take up a while, so lets use 15 seconds.
3836
MAX_RETRIES: Final = 3
3937

0 commit comments

Comments
 (0)