Skip to content

Commit 0072e63

Browse files
committed
Run pre-commit
1 parent d18f868 commit 0072e63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_pixelbuf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def __init__( # pylint: disable=too-many-locals,too-many-arguments
5252
header: Optional[bytes] = None,
5353
trailer: Optional[bytes] = None,
5454
):
55-
5655
bpp, byteorder_tuple, has_white, dotstar_mode = self.parse_byteorder(byteorder)
5756

5857
self.auto_write = False

0 commit comments

Comments
 (0)