mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 00:11:59 +01:00
lint
This commit is contained in:
parent
711f320af8
commit
01d1be36af
@ -33,6 +33,7 @@ import tornado.process
|
||||
import tornado.queues
|
||||
import tornado.web
|
||||
import tornado.websocket
|
||||
import voluptuous as vol
|
||||
import yaml
|
||||
from yaml.nodes import Node
|
||||
|
||||
@ -51,7 +52,6 @@ from .util.text import friendly_name_slugify
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from requests import Response
|
||||
import voluptuous as vol
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user