Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 972df8a commit 7511203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_focaltouch.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def touches(self) -> List[dict]:
def _read(self, register, length, irq_pin=None) -> bytearray:
"""Returns an array of 'length' bytes from the 'register'"""
with self._i2c as i2c:

if irq_pin is not None:
while irq_pin.value:
pass
Expand Down

0 comments on commit 7511203

Please sign in to comment.