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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user