Skip to content

Commit 5897882

Browse files
committed
Fix to comply with python/black formatting
1 parent 1a5fb36 commit 5897882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_lsm6ds/lsm6ds3trc.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
_LSM6DS_CTRL10_C = const(0x19)
1111

12+
1213
class LSM6DS3TRC(LSM6DS): # pylint: disable=too-many-instance-attributes
1314

1415
"""Driver for the LSM6DS3TR-C 6-axis accelerometer and gyroscope.

0 commit comments

Comments
 (0)