Skip to content

Commit

Permalink
chore: lint whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Apr 18, 2023
1 parent b863abc commit ff739ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pillow_avif/AvifImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def _accept(prefix):


class AvifImageFile(ImageFile.ImageFile):

format = "AVIF"
format_description = "AVIF image"
__loaded = -1
Expand Down
1 change: 0 additions & 1 deletion tests/test_file_avif.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ def test_seek_errors(self):


class TestAvifLeaks(PillowLeakTestCase):

mem_limit = MAX_THREADS * 3 * 1024
iterations = 100

Expand Down

0 comments on commit ff739ec

Please sign in to comment.