mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 13:54:45 +03:00
Dropped unused "options" from MPO save.
This commit is contained in:
parent
51abcb22db
commit
1319775afc
|
@ -25,7 +25,7 @@ from PIL import Image, JpegImagePlugin
|
|||
def _accept(prefix):
|
||||
return JpegImagePlugin._accept(prefix)
|
||||
|
||||
def _save(im, fp, filename, **options):
|
||||
def _save(im, fp, filename):
|
||||
# Note that we can only save the current frame at present
|
||||
return JpegImagePlugin._save(im, fp, filename)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user