Skip to content

Commit 64bbed0

Browse files
committed
Run pre-commit
1 parent bf877b4 commit 64bbed0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_lis331.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class ROByteArray:
8181
def __init__( # pylint: disable=too-many-arguments
8282
self, register_address: int, format_str: str, count: int
8383
):
84-
8584
self.buffer = bytearray(1 + count)
8685
self.buffer[0] = register_address
8786
self.format = format_str

0 commit comments

Comments
 (0)