Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Drop spurious Pylint override.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Mar 19, 2024
1 parent 5b10e92 commit cc6cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abdicate
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def show_image_aalib(path, *, options):
screen.put_image((0, 0), image)
print(screen.render())

def show_image_chafa(path, *, options): # pylint: disable=unused-argument
def show_image_chafa(path, *, options):
image = clean_image(path)
with tempfile.NamedTemporaryFile(prefix='aero2.', suffix='.png') as imgfile:
image.save(imgfile.name)
Expand Down

0 comments on commit cc6cceb

Please sign in to comment.