1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove sensor from _IGNORE_ROOT_IMPORT in pylint plugin (#154602)

This commit is contained in:
epenet
2025-10-16 12:28:29 +02:00
committed by GitHub
parent 3d4d8e7f20
commit 8dc33ece7b
11 changed files with 31 additions and 13 deletions

View File

@@ -144,7 +144,6 @@ _IGNORE_ROOT_IMPORT = (
"recorder",
"rest",
"script",
"sensor",
"stream",
)