Skip to content

Commit eb838f8

Browse files
committed
Run pre-commit
1 parent 00d0753 commit eb838f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_24lc32.py

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

0 commit comments

Comments
 (0)