From cb764b2ed8de4da7b1e8dbee7d429e957276a3d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:16:17 +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_custom_route_class.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test_custom_route_class.py b/tests/test_custom_route_class.py index 311bea32d2..bb31de8706 100644 --- a/tests/test_custom_route_class.py +++ b/tests/test_custom_route_class.py @@ -120,7 +120,10 @@ def test_openapi_schema(): } ) -from typing import Any, Callable, Sequence + +from collections.abc import Callable, Sequence +from typing import Any + class LegacyAPIRoute(APIRoute): """Route subclass with explicit __init__ matching the pre-strict_content_type signature."""