Skip to content

Commit 83b5b5d

Browse files
committed
Run pre-commit
1 parent 43487bc commit 83b5b5d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

adafruit_matrixportal/matrix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def __init__(
6868
tile_rows=1,
6969
rotation=0,
7070
):
71-
7271
panel_height = height // tile_rows
7372

7473
if not isinstance(color_order, str):

adafruit_matrixportal/matrixportal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def __init__(
9393
tile_rows=1,
9494
rotation=0,
9595
):
96-
9796
graphics = Graphics(
9897
default_bg=default_bg,
9998
bit_depth=bit_depth,

0 commit comments

Comments
 (0)