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

Remove system_health from mypy ignore list (#74415)

This commit is contained in:
epenet
2022-07-04 16:46:59 +02:00
committed by GitHub
parent 18840c8af5
commit 035e96a79b
3 changed files with 15 additions and 15 deletions

View File

@@ -112,7 +112,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.sonos.sensor",
"homeassistant.components.sonos.speaker",
"homeassistant.components.sonos.statistics",
"homeassistant.components.system_health",
"homeassistant.components.telegram_bot.polling",
"homeassistant.components.template.number",
"homeassistant.components.template.sensor",