mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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
|
||||
|
||||
|
||||
def _accept(prefix):
|
||||
return JpegImagePlugin._accept(prefix)
|
||||
# def _accept(prefix):
|
||||
# return JpegImagePlugin._accept(prefix)
|
||||
|
||||
|
||||
def _save(im, fp, filename):
|
||||
|
|
Loading…
Reference in New Issue
Block a user