mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 05:50:13 +00:00
Move imports to top for websocket_api (#29556)
* Move imports to top for websocket_api * Move back an import because of circular dependency, add annotations
This commit is contained in:
committed by
Paulus Schoutsen
parent
21cf6777bb
commit
6de8072e8a
@@ -3,6 +3,7 @@ import asyncio
|
||||
from concurrent import futures
|
||||
from functools import partial
|
||||
import json
|
||||
|
||||
from homeassistant.helpers.json import JSONEncoder
|
||||
|
||||
DOMAIN = "websocket_api"
|
||||
|
||||
Reference in New Issue
Block a user