fix: linter and formatter

This commit is contained in:
Yeuoly
2024-12-24 18:38:34 +08:00
parent bf39e314d8
commit 39656f7f84
8 changed files with 15 additions and 11 deletions

View File

@ -1,5 +1,5 @@
from collections.abc import Generator
from typing import Generic, Mapping, Optional, TypeVar
from collections.abc import Generator, Mapping
from typing import Generic, Optional, TypeVar
from pydantic import BaseModel