Fix mypy issues in zha config_flow (#73744)

This commit is contained in:
epenet 2022-06-20 16:25:24 +02:00 committed by GitHub
parent 81e3ed790d
commit be2aa44559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View file

@ -148,7 +148,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.zha.binary_sensor",
"homeassistant.components.zha.button",
"homeassistant.components.zha.climate",
"homeassistant.components.zha.config_flow",
"homeassistant.components.zha.core.channels.base",
"homeassistant.components.zha.core.channels.closures",
"homeassistant.components.zha.core.channels.general",