brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

Make code PEP8 compliant with autopep8 #140

Closed alistair23 closed 5 years ago

alistair23 commented 5 years ago

Use autopep8 to make all of the Python code PEP8 compliant.

This was done using: autopep8 --in-place .//.py