pwitab / iec62056-21

A Python library for IEC62056-21, Local Data Readout of Energy Meters. Former IEC1107
BSD 3-Clause "New" or "Revised" License
67 stars 21 forks source link

fix: typo error #18

Open Jonamaita opened 3 years ago

Jonamaita commented 3 years ago

minor typo error in __repr__ method from SerialTransport class.

Jonamaita commented 3 years ago

Need a tests for this minor fix typo?.

Thank you,

Krolken commented 3 years ago

Thanks for spotting it. I am doing a bit of a facelift before I realease an I might do as in my other libraries and move to attrsclasses. And then the repr is not needed.

Jonamaita commented 3 years ago

Ok, perfect!!.