Skip to content

Commit 5d22994

Browse files
committed
Add missing import
1 parent 14bc897 commit 5d22994

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 .exceptions import NodeError, StickError, SubscriptionError
17+
from .exceptions import MessageError, NodeError, StickError, SubscriptionError
1818
from .network import StickNetwork
1919

2020
FuncT = TypeVar("FuncT", bound=Callable[..., Any])

0 commit comments

Comments
 (0)