Stricter pylint message control (#86154)

This commit is contained in:
Franck Nijhof
2023-01-20 13:47:55 +01:00
committed by GitHub
parent 29b2b6727e
commit 79b52a2b41
73 changed files with 112 additions and 133 deletions

View File

@@ -450,7 +450,7 @@ class DeviceRegistry:
) -> DeviceEntry | None:
"""Update device attributes."""
# Circular dep
# pylint: disable=import-outside-toplevel
# pylint: disable-next=import-outside-toplevel
from . import area_registry as ar
old = self.devices[device_id]