Skip to content

Commit fabbebd

Browse files
authored
linting update again
1 parent 4411aa8 commit fabbebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ht16k33/matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def pixel(self, x, y, color=None):
6767
super()._pixel(y + 8, x, (color >> 1) & 0x01)
6868
else:
6969
return super()._pixel(y, x) | super()._pixel(y + 8, x) << 1
70+
return None
7071

7172
def fill(self, color):
7273
"""Fill the whole display with the given color."""

0 commit comments

Comments
 (0)