From ddfaa1e44172b1cfcf1cadc9e7d6e27b82ec5e01 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:51:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_router_circular_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_router_circular_import.py b/tests/test_router_circular_import.py index dfec8d24cb..d2ac71b29e 100644 --- a/tests/test_router_circular_import.py +++ b/tests/test_router_circular_import.py @@ -8,4 +8,4 @@ def test_router_circular_import(): app.include_router(router) with pytest.raises(AssertionError, match="Router cannot be the same as parent"): - router.include_router(router) \ No newline at end of file + router.include_router(router)