mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 02:32:29 +03:00
Dropped unused "options" from MPO save.
This commit is contained in:
parent
b46f5c6b1e
commit
3f0ff0177e
|
@ -25,7 +25,7 @@ from PIL import Image, JpegImagePlugin
|
||||||
def _accept(prefix):
|
def _accept(prefix):
|
||||||
return JpegImagePlugin._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
|
# Note that we can only save the current frame at present
|
||||||
return JpegImagePlugin._save(im, fp, filename)
|
return JpegImagePlugin._save(im, fp, filename)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user