Skip to content

Commit fe6604c

Browse files
committed
Add missing import
1 parent 8f1a842 commit fe6604c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/connection/__init__.py

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

99
from ..api import StickEvent
1010
from ..constants import UTF8
11-
from ..exceptions import NodeError, StickError
11+
from ..exceptions import MessageError, NodeError, StickError
1212
from ..helpers.util import validate_mac, version_to_model
1313
from ..messages.requests import (
1414
CirclePlusConnectRequest,

0 commit comments

Comments
 (0)