Remove withings from mypy ignore list (#74966)
This commit is contained in:
parent
7c2bd319f1
commit
28a34a1f89
5 changed files with 8 additions and 23 deletions
|
@ -51,10 +51,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||
"homeassistant.components.sonos.statistics",
|
||||
"homeassistant.components.template.number",
|
||||
"homeassistant.components.template.sensor",
|
||||
"homeassistant.components.withings",
|
||||
"homeassistant.components.withings.binary_sensor",
|
||||
"homeassistant.components.withings.common",
|
||||
"homeassistant.components.withings.config_flow",
|
||||
]
|
||||
|
||||
# Component modules which should set no_implicit_reexport = true.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue