mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-13 01:50:48 +03:00
removed unused imports
This commit is contained in:
parent
f4fde29070
commit
fbcf1b617a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user