Skip to content

Commit e7e452d

Browse files
author
caternuson
committed
refined
1 parent df0b5bc commit e7e452d

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
@@ -261,7 +261,7 @@ 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):

0 commit comments

Comments
 (0)