Skip to content

Commit 7511203

Browse files
committed
Run pre-commit
1 parent 972df8a commit 7511203

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_focaltouch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def touches(self) -> List[dict]:
148148
def _read(self, register, length, irq_pin=None) -> bytearray:
149149
"""Returns an array of 'length' bytes from the 'register'"""
150150
with self._i2c as i2c:
151-
152151
if irq_pin is not None:
153152
while irq_pin.value:
154153
pass

0 commit comments

Comments
 (0)