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.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__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user