This commit is contained in:
levina 2022-02-07 23:41:20 +07:00 committed by GitHub
parent b8efcb1ecc
commit 95e53658a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
import os import os
import aiofiles import aiofiles
import aiohttp import aiohttp
from PIL import Image, ImageDraw, ImageFont from PIL import (
Image,
ImageDraw,
ImageFont,
)
def changeImageSize(maxWidth, maxHeight, image): def changeImageSize(maxWidth, maxHeight, image):