Fix modbus typing (#49938)
Add changes needed to please mypy and follow the coding rules of the project.
This commit is contained in:
parent
c69eeddc7b
commit
f0ec9c38b0
5 changed files with 9 additions and 18 deletions
|
@ -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.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue