Remove unnecessary block use of pylint disable in components p-z (#100192)
This commit is contained in:
parent
5fcb69e004
commit
09ad1a9a36
7 changed files with 14 additions and 16 deletions
|
@ -73,7 +73,7 @@ ALL_SERVICE_DESCRIPTIONS_CACHE = "all_service_descriptions_cache"
|
|||
@cache
|
||||
def _base_components() -> dict[str, ModuleType]:
|
||||
"""Return a cached lookup of base components."""
|
||||
# pylint: disable=import-outside-toplevel
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from homeassistant.components import (
|
||||
alarm_control_panel,
|
||||
calendar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue