1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-14 23:28:42 +00:00

Remove zha from _IGNORE_ROOT_IMPORT in pylint plugin (#154534)

This commit is contained in:
epenet
2025-10-15 20:12:11 +02:00
committed by GitHub
parent a3b0132299
commit 57dccd1474
2 changed files with 3 additions and 1 deletions

View File

@@ -147,7 +147,6 @@ _IGNORE_ROOT_IMPORT = (
"script",
"sensor",
"stream",
"zha",
)