修复:typing

This commit is contained in:
Wuyi无疑 2022-06-22 10:05:37 +08:00 committed by GitHub
parent 65c705cddf
commit cd7ad11fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ import math
import json,asyncio
from io import BytesIO
from pathlib import Path
from typing import List, Optional, Tuple
from base64 import b64encode
from PIL import Image, ImageDraw, ImageFont