removed unused imports

This commit is contained in:
jlwoolf 2022-09-21 18:46:00 -06:00
parent f4fde29070
commit fbcf1b617a

View File

@ -15,11 +15,9 @@
# #
# See the README file for information on usage and redistribution. # See the README file for information on usage and redistribution.
# #
import warnings
from io import BytesIO from io import BytesIO
from math import ceil, log
from . import BmpImagePlugin, Image, ImageFile, PngImagePlugin, IcoImagePlugin from . import BmpImagePlugin, Image, ImageFile, IcoImagePlugin
from ._binary import i16le as i16 from ._binary import i16le as i16
from ._binary import i32le as i32 from ._binary import i32le as i32
from ._binary import o8 from ._binary import o8