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

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

This commit is contained in:
epenet
2025-10-16 18:52:51 +02:00
committed by GitHub
parent a799f7ff91
commit cb3424cdf0
12 changed files with 21 additions and 22 deletions

View File

@@ -128,8 +128,6 @@ _OBSOLETE_IMPORT: dict[str, list[ObsoleteImportMatch]] = {
_IGNORE_ROOT_IMPORT = (
"automation",
"bluetooth",
"camera",
"cast",
"device_automation",
"device_tracker",
"ffmpeg",
@@ -138,8 +136,6 @@ _IGNORE_ROOT_IMPORT = (
"homeassistant",
"homeassistant_hardware",
"http",
"manual",
"plex",
"recorder",
"rest",
"script",