Skip to content

Commit 45cea61

Browse files
committed
Update adafruit_ssd1305.py
1 parent 71d40be commit 45cea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ssd1305.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(
223223
addr: int = 0x3C,
224224
external_vcc: bool = False,
225225
reset: Optional[DigitalInOut] = None,
226-
col = None
226+
col=None
227227
):
228228
self.i2c_device = i2c_device.I2CDevice(i2c, addr)
229229
self.addr = addr

0 commit comments

Comments
 (0)