mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Disable pylint for DevoloScannerEntity (#129429)
This commit is contained in:
@@ -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,
|
||||
):
|
||||
|
Reference in New Issue
Block a user