refactor: 移除多余的空行,优化类型导入及方法为静态方法

This commit is contained in:
jxxghp
2026-03-30 17:07:45 +08:00
parent cbff2fed17
commit e61299f748
9 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import asyncio
import base64
import json
from enum import Enum
from typing import Optional, Type, List
from typing import Optional, Type
from pydantic import BaseModel, Field