[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-08-12 00:14:46 +00:00 committed by REDxEYE
parent 43592dde2b
commit 8e11a6144a

View File

@ -13,7 +13,7 @@ Full text of the CC0 license:
import struct
from enum import IntEnum, IntFlag
from io import BytesIO
from math import log, ceil
from math import ceil, log
from typing import NamedTuple
from . import Image, ImageFile