Skip to content

Commit

Permalink
"Reformatted per new black version"
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 29, 2022
1 parent 2da1a8e commit 2dfd61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_lsm6ds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def gyro_data_rate(self, value: int) -> None:

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

@pedometer_enable.setter
Expand Down

0 comments on commit 2dfd61a

Please sign in to comment.