PowerBroker2 / pySerialTransfer

Python package to transfer data in a fast, reliable, and packetized form
MIT License
145 stars 35 forks source link

Use `isinstance()` to compare types #84

Closed robberwick closed 7 months ago

robberwick commented 7 months ago

Use isinstance() to compare types rather than the equality operator for PEP8 compliance and readability

addresses #83