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