Skip to content

Commit

Permalink
myoy
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeharker committed Oct 31, 2024
1 parent ccdeb4f commit 82fb65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_neotrellis/neotrellis.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def sync(self) -> None:
evt = r.data_keyevent()
callback = self.callbacks[evt.number]
if (
callback is not None
and evt.number < _NEO_TRELLIS_NUM_KEYS
callback is not None and
evt.number < _NEO_TRELLIS_NUM_KEYS
):
callback(self, evt)

Expand Down

0 comments on commit 82fb65e

Please sign in to comment.