mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-28 04:53:41 +03:00
Commented unused method
This commit is contained in:
parent
c1db69cc3f
commit
312ed69c01
|
@ -22,8 +22,8 @@ from . import Image, ImageFile, JpegImagePlugin
|
||||||
from ._binary import i16be as i16
|
from ._binary import i16be as i16
|
||||||
|
|
||||||
|
|
||||||
def _accept(prefix):
|
# def _accept(prefix):
|
||||||
return JpegImagePlugin._accept(prefix)
|
# return JpegImagePlugin._accept(prefix)
|
||||||
|
|
||||||
|
|
||||||
def _save(im, fp, filename):
|
def _save(im, fp, filename):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user