mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Remove unneded pylint disable in devolo Home Network (#154927)
This commit is contained in:
@@ -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,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user