From dc6c5b8917bdda8393a4a7340bdbf9ebe79f2dae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:22:49 +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 --- tests/test_annotated_forward_ref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_annotated_forward_ref.py b/tests/test_annotated_forward_ref.py index 92005af790..6a70d84501 100644 --- a/tests/test_annotated_forward_ref.py +++ b/tests/test_annotated_forward_ref.py @@ -10,7 +10,7 @@ from dataclasses import dataclass if sys.version_info >= (3, 9): from typing import Annotated else: - from typing_extensions import Annotated + from typing import Annotated from fastapi import Depends, FastAPI from fastapi.testclient import TestClient