pymodbus-dev / pymodbus

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

Add more type hints to datastore #2028

Closed alexrudd2 closed 4 months ago

alexrudd2 commented 4 months ago

Add more type hints to datastore. mypy doesn't care, but it eliminates 5 pyright errors.

Also, use Abstract Base Class for BaseModbusDataBlock rather than raise NotImplementedError. (This commit is not necessary for the type hints)