pre-commit-ci-lite[bot]
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
fastapi/exceptions.py
|
|
@ -1,5 +1,5 @@ |
|
|
from collections.abc import Sequence |
|
|
from collections.abc import Mapping, Sequence |
|
|
from typing import Annotated, Any, Mapping, Optional, TypedDict, Union |
|
|
from typing import Annotated, Any, Optional, TypedDict, Union |
|
|
|
|
|
|
|
|
from annotated_doc import Doc |
|
|
from annotated_doc import Doc |
|
|
from pydantic import BaseModel, create_model |
|
|
from pydantic import BaseModel, create_model |
|
|
|