Skip to content

Commit 0229bfa

Browse files
Merge pull request adafruit#27 from tekktrik/main
Fix pylint errors
2 parents 776e2ab + 9a8faf2 commit 0229bfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_bitmapsaver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,4 @@ def save_pixels(
159159
_write_pixels(output_file, pixel_source, palette)
160160
except Exception as ex:
161161
raise ex
162-
else:
163-
output_file.close()
162+
output_file.close()

0 commit comments

Comments
 (0)