1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Remove template from mypy ignore list (#74426)

This commit is contained in:
epenet
2022-07-14 21:15:37 +02:00
committed by GitHub
parent b7cdf5412b
commit 5287980f48
5 changed files with 6 additions and 13 deletions

View File

@@ -31,8 +31,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.sonos.sensor",
"homeassistant.components.sonos.speaker",
"homeassistant.components.sonos.statistics",
"homeassistant.components.template.number",
"homeassistant.components.template.sensor",
]
# Component modules which should set no_implicit_reexport = true.