Skip to content

Commit 90a8fbe

Browse files
committed
format code
1 parent 9e5782e commit 90a8fbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/displayio_sh1107_simpletest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
HEIGHT = 64
3939
BORDER = 2
4040

41-
display = adafruit_displayio_sh1107.SH1107(
42-
display_bus, width=WIDTH, height=HEIGHT
43-
)
41+
display = adafruit_displayio_sh1107.SH1107(display_bus, width=WIDTH, height=HEIGHT)
4442

4543
# Make the display context
4644
splash = displayio.Group()

0 commit comments

Comments
 (0)