Skip to content

Commit f209f8c

Browse files
committed
Reformatted via pre-commit
1 parent fe965bd commit f209f8c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_adxl34x.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,7 @@ def enable_tap_detection(
389389
self._write_register_byte(_REG_INT_ENABLE, active_interrupts)
390390
self._enabled_interrupts["tap"] = 2
391391
else:
392-
raise ValueError(
393-
"tap_count must be 1 for single tap or 2 for double tap"
394-
)
392+
raise ValueError("tap_count must be 1 for single tap or 2 for double tap")
395393

396394
def disable_tap_detection(self) -> None:
397395
"""Disable tap detection"""

0 commit comments

Comments
 (0)