Skip to content

Commit 6d77e07

Browse files
committed
More formatting compliance
1 parent ad6241f commit 6d77e07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_ssd1306.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ def __init__(
292292
page_addressing=False
293293
):
294294
if page_addressing:
295-
raise NotImplementedError("Page addressing mode with SPI has not yet been implemented.")
295+
raise NotImplementedError(
296+
"Page addressing mode with SPI has not yet been implemented."
297+
)
296298

297299
self.rate = 10 * 1024 * 1024
298300
dc.switch_to_output(value=0)

0 commit comments

Comments
 (0)