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

Remove more components from _IGNORE_ROOT_IMPORT in pylint plugin (#154667)

This commit is contained in:
epenet
2025-10-17 09:46:53 +02:00
committed by GitHub
parent e14407f066
commit 9d3b1562c4
3 changed files with 4 additions and 4 deletions

View File

@@ -133,8 +133,6 @@ _IGNORE_ROOT_IMPORT = (
"http",
"recorder",
"rest",
"script",
"stream",
)