Skip to content

Commit 8fd70d4

Browse files
committed
Run pre-commit
1 parent 7000b15 commit 8fd70d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_sharpmemorydisplay.py

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def show(self) -> None:
103103
"""
104104

105105
with self.spi_device as spi:
106-
107106
image_buffer = bytearray()
108107
# toggle the VCOM bit
109108
self._buf[0] = _SHARPMEM_BIT_WRITECMD

0 commit comments

Comments
 (0)