🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-18 05:58:15 +00:00 committed by GitHub
parent 65a139723a
commit 6238b5722b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from collections.abc import Sequence
from typing import Annotated, Any, Mapping, Optional, TypedDict, Union
from collections.abc import Mapping, Sequence
from typing import Annotated, Any, Optional, TypedDict, Union
from annotated_doc import Doc
from pydantic import BaseModel, create_model