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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.*",