Skip to content

Commit 0d26a6a

Browse files
committed
fix imports
1 parent 3686c44 commit 0d26a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zha/websocket/server/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pathlib import Path
1010

1111
from zha.application.gateway import WebSocketServerGateway
12-
from zha.application.helpers import (
12+
from zha.application.model import (
1313
WebsocketClientConfiguration,
1414
WebsocketServerConfiguration,
1515
ZHAConfiguration,

0 commit comments

Comments
 (0)