Skip to content

Commit 2edc0a6

Browse files
committed
Added space after write()
1 parent 1d3a83b commit 2edc0a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_24lc32.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def _write(
254254
data: Union[int, Sequence[int]],
255255
wraparound: bool = False,
256256
) -> None:
257+
257258
# Decided against using the chip's "Page Write", since that would require
258259
# doubling the memory usage by creating a buffer that includes the passed
259260
# in data so that it can be sent all in one `i2c.write`. The single-write

0 commit comments

Comments
 (0)