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

View File

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