pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 891 forks source link

Improve factory types #2060

Closed alexrudd2 closed 4 months ago

alexrudd2 commented 4 months ago

Unfortunately mypy is not smart enough to understand the Request/Response lists, so use type: ignore

Solves another 11 mypy errors.