diff --git a/src/plugins/bf_bot/data_utils.py b/src/plugins/bf_bot/data_utils.py index aea68e9..5dfc5ed 100644 --- a/src/plugins/bf_bot/data_utils.py +++ b/src/plugins/bf_bot/data_utils.py @@ -1,11 +1,11 @@ import os +from functools import reduce + from PIL import Image, ImageDraw, ImageFont from nonebot import logger -from functools import reduce # from img_utils import png_resize # from param import round_data, interval_table -from .img_utils import png_resize from .param import round_data, interval_table filepath = os.path.dirname(__file__).replace("\\", "/")