pre-commit-ci-lite[bot]
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
4 deletions
-
fastapi/encoders.py
|
|
|
@ -15,10 +15,7 @@ from ipaddress import ( |
|
|
|
from pathlib import Path, PurePath |
|
|
|
from re import Pattern |
|
|
|
from types import GeneratorType |
|
|
|
from typing import ( |
|
|
|
Annotated, |
|
|
|
Any |
|
|
|
) |
|
|
|
from typing import Annotated, Any |
|
|
|
from uuid import UUID |
|
|
|
|
|
|
|
from annotated_doc import Doc |
|
|
|
|