This commit is contained in:
Tomasz Duda 2025-01-25 14:02:02 +01:00
parent 711f320af8
commit 01d1be36af

View File

@ -33,6 +33,7 @@ import tornado.process
import tornado.queues import tornado.queues
import tornado.web import tornado.web
import tornado.websocket import tornado.websocket
import voluptuous as vol
import yaml import yaml
from yaml.nodes import Node from yaml.nodes import Node
@ -51,7 +52,6 @@ from .util.text import friendly_name_slugify
if TYPE_CHECKING: if TYPE_CHECKING:
from requests import Response from requests import Response
import voluptuous as vol
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)