Skip to content

Commit 07a94f0

Browse files
committed
Remove TODO
1 parent 275466f commit 07a94f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ht16k33/bargraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __setitem__(self, key: int, value: int) -> None:
4141
# conditionally turn on green LED
4242
self._pixel(x + 8, y, value >> 1)
4343

44-
def fill(self, color: int) -> None: # TODO: finish annotation
44+
def fill(self, color: int) -> None:
4545
"""Fill the whole display with the given color.
4646
4747
:param int color: Whether to fill the display, where 0 is no

0 commit comments

Comments
 (0)