Disable pylint for DevoloScannerEntity (#129429)

This commit is contained in:
Guido Schmitz 2024-10-29 16:40:38 +01:00 committed by GitHub
parent 1bdef0f2f7
commit b234b5937a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,8 @@ async def async_setup_entry(
)
class DevoloScannerEntity(
# The pylint disable is needed because of https://github.com/pylint-dev/pylint/issues/9138
class DevoloScannerEntity( # pylint: disable=hass-enforce-class-module
CoordinatorEntity[DevoloDataUpdateCoordinator[list[ConnectedStationInfo]]],
ScannerEntity,
):