pymodbus-dev / pymodbus

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

Improve payload types #2057

Closed alexrudd2 closed 4 months ago

alexrudd2 commented 4 months ago

Solve another 5 mypy errors in pymodbus.payload.

Should also be a tiny perfomance boost due to reducing allocations.