mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Typo
This commit is contained in:
@@ -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",
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user