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

Remove conversation from mypy ignore list (#74991)

This commit is contained in:
epenet
2022-07-11 17:47:33 +02:00
committed by GitHub
parent 63706d2f67
commit 7e0515b119
5 changed files with 7 additions and 13 deletions

View File

@@ -18,8 +18,6 @@ from .model import Config, Integration
IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.cloud.client",
"homeassistant.components.cloud.http_api",
"homeassistant.components.conversation",
"homeassistant.components.conversation.default_agent",
"homeassistant.components.evohome",
"homeassistant.components.evohome.climate",
"homeassistant.components.lovelace",