Skip to content

Commit 2dfd61a

Browse files
committed
"Reformatted per new black version"
1 parent 2da1a8e commit 2dfd61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lsm6ds/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def gyro_data_rate(self, value: int) -> None:
370370

371371
@property
372372
def pedometer_enable(self) -> bool:
373-
""" Whether the pedometer function on the accelerometer is enabled"""
373+
"""Whether the pedometer function on the accelerometer is enabled"""
374374
return self._ped_enable and self._func_enable
375375

376376
@pedometer_enable.setter

0 commit comments

Comments
 (0)