PowerBroker2 / pySerialTransfer

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

Remove unused variables #86

Closed robberwick closed 7 months ago

robberwick commented 7 months ago

Fix up instances where variables are assigned unecessarily, either a method params, local variables, or iterator variables in list comprehensions.