Skip to content

Commit

Permalink
I even ran pre-commit this time....
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredWizard committed Oct 11, 2024
1 parent c491b81 commit 3dbc21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_imageload/png.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def load( # noqa: PLR0912, PLR0915, Too many branches, Too many statements
workaround = False

for y in range(height):
if (workaround):
if workaround:
# Work around the bug in displayio.Bitmap
# remove once CircuitPython 9.1 is no longer supported
# https://github.com/adafruit/circuitpython/issues/6675
Expand Down

0 comments on commit 3dbc21d

Please sign in to comment.