Skip to content

Commit 62aff88

Browse files
committed
Reformatted per pre-commit
1 parent 2edc0a6 commit 62aff88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_24lc32.py

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

0 commit comments

Comments
 (0)