This commit is contained in:
epenet
2024-05-27 09:58:23 +00:00
parent 09e8ca7d0d
commit 21a3667c28

View File

@@ -394,7 +394,7 @@ _OBSOLETE_IMPORT: dict[str, list[ObsoleteImportMatch]] = {
], ],
} }
# Black list of imports that should be using the namespace # Blacklist of imports that should be using the namespace
_FORCE_NAMESPACE_IMPORT: dict[tuple[str, str], str] = { _FORCE_NAMESPACE_IMPORT: dict[tuple[str, str], str] = {
("homeassistant.helpers.area_registry", "async_get"): "ar.async_get", ("homeassistant.helpers.area_registry", "async_get"): "ar.async_get",
( (