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:
@@ -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.*",
|
||||
|
||||
Reference in New Issue
Block a user