Browse Source

🎨 Auto format

pull/13803/head
pre-commit-ci-lite[bot] 2 months ago
committed by GitHub
parent
commit
313fc0ffa8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      fastapi/encoders.py

5
fastapi/encoders.py

@ -15,10 +15,7 @@ from ipaddress import (
from pathlib import Path, PurePath from pathlib import Path, PurePath
from re import Pattern from re import Pattern
from types import GeneratorType from types import GeneratorType
from typing import ( from typing import Annotated, Any
Annotated,
Any
)
from uuid import UUID from uuid import UUID
from annotated_doc import Doc from annotated_doc import Doc

Loading…
Cancel
Save