Skip to content

Commit

Permalink
Removed unnecessary load()
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 12, 2024
1 parent 49a8ec6 commit f36dcf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PIL/AvifImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def _save(

for idx in range(nfr):
ims.seek(idx)
ims.load()

# Make sure image mode is supported
frame = ims
Expand Down

0 comments on commit f36dcf3

Please sign in to comment.