mirror of
https://github.com/esphome/esphome.git
synced 2025-09-13 00:32:20 +01:00
Remove a bunch of unnecessary pylint disabling (#4079)
This commit is contained in:
@@ -4,7 +4,8 @@ import heapq
|
||||
import logging
|
||||
import re
|
||||
|
||||
# pylint: disable=unused-import, wrong-import-order
|
||||
from typing import Optional, Union
|
||||
|
||||
from contextlib import contextmanager
|
||||
|
||||
import voluptuous as vol
|
||||
@@ -23,7 +24,6 @@ from esphome.core import CORE, EsphomeError
|
||||
from esphome.helpers import indent
|
||||
from esphome.util import safe_print, OrderedDict
|
||||
|
||||
from typing import Optional, Union
|
||||
from esphome.loader import get_component, get_platform, ComponentManifest
|
||||
from esphome.yaml_util import is_secret, ESPHomeDataBase, ESPForceValue
|
||||
from esphome.voluptuous_schema import ExtraKeysInvalid
|
||||
|
Reference in New Issue
Block a user