1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 01:40:15 +01:00

Remove unneded pylint disable in devolo Home Network (#154927)

This commit is contained in:
Guido Schmitz
2025-10-22 08:47:34 +02:00
committed by GitHub
parent 23e2316c36
commit 7bc43039bd
@@ -80,8 +80,7 @@ async def async_setup_entry(
)
# The pylint disable is needed because of https://github.com/pylint-dev/pylint/issues/9138
class DevoloScannerEntity( # pylint: disable=hass-enforce-class-module
class DevoloScannerEntity(
CoordinatorEntity[DevoloDataUpdateCoordinator[dict[str, ConnectedStationInfo]]],
ScannerEntity,
):