fix: ruff

This commit is contained in:
Yeuoly 2025-10-30 17:10:21 +08:00
parent 5861ca773e
commit 291e9a3aee
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from collections.abc import Mapping
from typing import Any, Literal, Optional, Union
from typing import Any, Literal, Union
from pydantic import BaseModel, Field, ValidationInfo, field_validator