adafruit / Adafruit_CircuitPython_RPLIDAR

CircuitPython library for using the Slamtec RPLIDAR
MIT License
36 stars 18 forks source link

Ran black, updated to pylint 2.x #7

Closed evaherrada closed 4 years ago

evaherrada commented 4 years ago

@tannewt After looking at it a bit, I came to the conclusion that clear_input should return None. If this assertion is incorrect, let me know and I'll add raise NotImplementedError instead. Otherwise, I replaced everything with the changes you suggested.

5