From 61ef22512ed4fd896042622ffb61af4281431e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 3 Dec 2025 13:48:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_stringified_annotations_simple.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_stringified_annotations_simple.py b/tests/test_stringified_annotations_simple.py index 49eefeeaba..1a79590f2f 100644 --- a/tests/test_stringified_annotations_simple.py +++ b/tests/test_stringified_annotations_simple.py @@ -1,8 +1,7 @@ from __future__ import annotations -from fastapi import Depends, FastAPI +from fastapi import Depends, FastAPI, Request from fastapi.testclient import TestClient -from starlette.requests import Request from typing_extensions import Annotated from .utils import needs_py310