1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix mypy issues in zha store (#74032)

This commit is contained in:
epenet
2022-06-28 08:52:20 +02:00
committed by GitHub
parent cc8170fcfe
commit 87b46a699a
3 changed files with 7 additions and 10 deletions

View File

@@ -146,7 +146,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.xiaomi_miio.switch",
"homeassistant.components.zha.core.discovery",
"homeassistant.components.zha.core.registries",
"homeassistant.components.zha.core.store",
]
# Component modules which should set no_implicit_reexport = true.