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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,