Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Nov 14, 2024
1 parent 3686c44 commit 0d26a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zha/websocket/server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pathlib import Path

from zha.application.gateway import WebSocketServerGateway
from zha.application.helpers import (
from zha.application.model import (
WebsocketClientConfiguration,
WebsocketServerConfiguration,
ZHAConfiguration,
Expand Down

0 comments on commit 0d26a6a

Please sign in to comment.