Skip to content

Commit ede19eb

Browse files
committed
Fix wrong spelling
1 parent 7ae404a commit ede19eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from .api import NodeEvent, PlugwiseNode, StickEvent
1616
from .connection import StickController
17-
from .const import DEFAULT_CONS_INTERVAL, NO_PRODUCTION_INTERVAL
17+
from .constants import DEFAULT_CONS_INTERVAL, NO_PRODUCTION_INTERVAL
1818
from .exceptions import MessageError, NodeError, StickError, SubscriptionError
1919
from .network import StickNetwork
2020

0 commit comments

Comments
 (0)