Skip to content

Commit 1877c7b

Browse files
committed
Run pre-commit
1 parent 4ecc5ef commit 1877c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_lsm303_accel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
_LSM303ACCEL_MG_LSB = 16704.0 # magic!
9393
_GRAVITY_STANDARD = 9.80665 # Earth's gravity in m/s^2
9494
_SMOLLER_GRAVITY = 0.00980665
95+
96+
9597
# pylint: disable=too-few-public-methods
9698
class Rate:
9799
"""Options for `data_rate`"""

0 commit comments

Comments
 (0)