This commit is contained in:
takatost
2024-07-26 19:47:12 +08:00
parent 38f8c45755
commit beea1e1663
3 changed files with 20 additions and 6 deletions

View File

@ -1,4 +1,4 @@
from typing import Optional, Any
from typing import Any, Optional
from pydantic import BaseModel, Field