diff --git a/adafruit_focaltouch.py b/adafruit_focaltouch.py index 9bdf1df..9f12ece 100755 --- a/adafruit_focaltouch.py +++ b/adafruit_focaltouch.py @@ -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