1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove unnecessary block use of pylint disable in components p-z (#100192)

This commit is contained in:
Erik Montnemery
2023-09-12 20:47:48 +02:00
committed by GitHub
parent 5fcb69e004
commit 09ad1a9a36
7 changed files with 14 additions and 16 deletions

View File

@@ -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,