Skip to content

Commit 3dbc21d

Browse files
committed
I even ran pre-commit this time....
1 parent c491b81 commit 3dbc21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_imageload/png.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def load( # noqa: PLR0912, PLR0915, Too many branches, Too many statements
122122
workaround = False
123123

124124
for y in range(height):
125-
if (workaround):
125+
if workaround:
126126
# Work around the bug in displayio.Bitmap
127127
# remove once CircuitPython 9.1 is no longer supported
128128
# https://github.com/adafruit/circuitpython/issues/6675

0 commit comments

Comments
 (0)