Skip to content

Commit 97bd84a

Browse files
committed
Add missing None return
1 parent a1bd056 commit 97bd84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ht16k33/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def shift_down(self, rotate: bool = False) -> None:
129129
"""
130130
self.shift(0, -1, rotate)
131131

132-
def image(self, img: Image):
132+
def image(self, img: Image) -> None:
133133
"""Set buffer to value of Python Imaging Library image. The image should
134134
be in 1 bit mode and a size equal to the display size.
135135

0 commit comments

Comments
 (0)