From b023d91e1331a9d1526f93276cc1cb62804fca09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 01:41:58 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_annotated_forward_ref.py b/tests/test_annotated_forward_ref.py index 9074207afe..8b9a483eaa 100644 --- a/tests/test_annotated_forward_ref.py +++ b/tests/test_annotated_forward_ref.py @@ -2,9 +2,8 @@ from __future__ import annotations from typing import Annotated -from inline_snapshot import snapshot - from fastapi import Depends, FastAPI +from inline_snapshot import snapshot # Simulate the real-world bug: Potato is defined AFTER the route decorator # under `from __future__ import annotations`.