Skip to content

Commit 7dd810a

Browse files
author
caternuson
committed
all paths have return
1 parent b56f8b6 commit 7dd810a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ht16k33/ht16k33.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def _pixel(self, x, y, color=None):
133133
self._buffer[addr + 1] &= ~mask
134134
if self._auto_write:
135135
self.show()
136+
return None
136137

137138
def _set_buffer(self, i, value):
138139
self._buffer[i+1] = value # Offset by 1 to move past register address.

0 commit comments

Comments
 (0)