From 1752749e70616a17b47588ca6a7a5ef10600dd3f 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, 4 May 2026 16:03: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 --- tests/test_annotated_forwardref.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_annotated_forwardref.py b/tests/test_annotated_forwardref.py index bef6d97e3e..b7e4e2e5aa 100644 --- a/tests/test_annotated_forwardref.py +++ b/tests/test_annotated_forwardref.py @@ -9,7 +9,6 @@ from typing import Annotated from fastapi import Depends, FastAPI from fastapi.testclient import TestClient - # ── App setup ─────────────────────────────────────────────────────────────────