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

This commit is contained in:
epenet
2025-10-17 08:35:18 +02:00
committed by GitHub
parent 3d46ab549d
commit 25ce57424c
17 changed files with 34 additions and 32 deletions

View File

@@ -126,13 +126,8 @@ _OBSOLETE_IMPORT: dict[str, list[ObsoleteImportMatch]] = {
}
_IGNORE_ROOT_IMPORT = (
"automation",
"bluetooth",
"device_automation",
"device_tracker",
"ffmpeg",
"ffmpeg_motion",
"google_assistant",
"homeassistant",
"homeassistant_hardware",
"http",