Browse Source

🎨 Auto format

pull/14470/head
pre-commit-ci-lite[bot] 7 months ago
committed by GitHub
parent
commit
4102ea57b9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      fastapi/datastructures.py

3
fastapi/datastructures.py

@ -2,7 +2,6 @@ from typing import (
Any,
BinaryIO,
Callable,
Dict,
Iterable,
Optional,
Type,
@ -13,8 +12,6 @@ from typing import (
from annotated_doc import Doc
from fastapi._compat import (
CoreSchema,
GetJsonSchemaHandler,
JsonSchemaValue,
)
from starlette.datastructures import URL as URL # noqa: F401
from starlette.datastructures import Address as Address # noqa: F401

Loading…
Cancel
Save