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

Fix modbus typing (#49938)

Add changes needed to please mypy and follow the coding rules
of the project.
This commit is contained in:
jan iversen
2021-05-03 22:45:21 +02:00
committed by GitHub
parent c69eeddc7b
commit f0ec9c38b0
5 changed files with 9 additions and 18 deletions

View File

@@ -134,7 +134,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.metoffice.*",
"homeassistant.components.minecraft_server.*",
"homeassistant.components.mobile_app.*",
"homeassistant.components.modbus.*",
"homeassistant.components.motion_blinds.*",
"homeassistant.components.motioneye.*",
"homeassistant.components.mqtt.*",