From 12b45256e3a9047296ae16d04aec37875d5390e0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:06:37 +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_auto_head.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_auto_head.py b/tests/test_auto_head.py index 485a6e8bc4..bb6101deaa 100644 --- a/tests/test_auto_head.py +++ b/tests/test_auto_head.py @@ -1,4 +1,5 @@ """Test that HEAD requests are automatically supported for GET routes (issue #1773).""" + from fastapi import FastAPI from fastapi.testclient import TestClient