Browse Source

🎨 Auto format

pull/13803/head
pre-commit-ci-lite[bot] 1 month 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 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

Loading…
Cancel
Save