Skip to content

Commit 30ba1db

Browse files
author
caternuson
committed
sir lint-a-lot
1 parent debd029 commit 30ba1db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_ht16k33/segments.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,11 @@ class BigSeg7x4(Seg7x4):
261261
supports displaying a limited set of characters."""
262262
def __init__(self, i2c, address=0x70, auto_write=True):
263263
super().__init__(i2c, address, auto_write)
264-
self.colon = Colon(self, 2)
264+
self.colon = Colon(self, 2)
265265

266266
@property
267267
def ampm(self):
268+
"""The AM/PM indicator."""
268269
return bool(self._get_buffer(0x04) & 0x10)
269270

270271
@ampm.setter

0 commit comments

Comments
 (0)