Skip to content

Commit e0c52f1

Browse files
author
Melissa LeBlanc-Williams
committed
Added final newline
1 parent 868b343 commit e0c52f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ht16k33/segments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ def __setitem__(self, key, value):
309309
def __getitem__(self, key):
310310
if key > self._num_of_colons - 1:
311311
raise ValueError("Trying to access a non-existent colon.")
312-
return bool(self._disp._get_buffer(0x04) & self.MASKS[key])
312+
return bool(self._disp._get_buffer(0x04) & self.MASKS[key])

0 commit comments

Comments
 (0)