From 4102ea57b936330b45702523d6d753aa5d57cc9d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:35:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/datastructures.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fastapi/datastructures.py b/fastapi/datastructures.py index 42d462cbe..fc20a851d 100644 --- a/fastapi/datastructures.py +++ b/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