Skip to content

Commit 2bbeea4

Browse files
committed
pylint fix; some whitespaces snuck in
1 parent ac5517b commit 2bbeea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_fxas21002c.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
CircuitPython module for the NXP FXAS21002C gyroscope. Based on the driver
2727
from: https://github.com/adafruit/Adafruit_FXAS21002C
28-
28+
2929
See examples/simpletest.py for a demo of the usage.
3030
3131
* Author(s): Tony DiCola
@@ -42,7 +42,7 @@
4242
4343
* Adafruit CircuitPython firmware (2.2.0+) for the ESP8622 and M0-based boards:
4444
https://github.com/adafruit/circuitpython/releases
45-
45+
4646
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
4747
"""
4848
import time

0 commit comments

Comments
 (0)