🚨 pre-commit-ci修复格式错误

This commit is contained in:
pre-commit-ci[bot] 2023-09-25 07:46:32 +00:00 committed by qwerdvd
parent f2a63a89a5
commit e8d188ce0d

View File

@ -1,6 +1,7 @@
import math import math
from pathlib import Path from pathlib import Path
from typing import List, Union, Optional from typing import List, Union, Optional
from PIL import Image, ImageDraw from PIL import Image, ImageDraw
from gsuid_core.logger import logger from gsuid_core.logger import logger
from gsuid_core.utils.error_reply import get_error from gsuid_core.utils.error_reply import get_error
@ -286,7 +287,7 @@ async def draw_rogue_img(
else: else:
detail_h = 0 detail_h = 0
based_h = based_h + detail_h based_h = based_h + detail_h
# 获取查询者数据 # 获取查询者数据
if floor: if floor:
if floor > 7: if floor > 7: