From 21a3667c287c9d2ceda9a417e1cfa8b1df441a7c Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 27 May 2024 09:58:23 +0000 Subject: [PATCH] Typo --- pylint/plugins/hass_imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/plugins/hass_imports.py b/pylint/plugins/hass_imports.py index 40307df53f3..3c30367dca7 100644 --- a/pylint/plugins/hass_imports.py +++ b/pylint/plugins/hass_imports.py @@ -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] = { ("homeassistant.helpers.area_registry", "async_get"): "ar.async_get", (