From 89b691e5fa76e2fe2e1ca2f7164e8d30743cc8bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 19:31:48 +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_include_duplicate_path_route.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_include_duplicate_path_route.py b/tests/test_include_duplicate_path_route.py index 676133bc4..6404659d7 100644 --- a/tests/test_include_duplicate_path_route.py +++ b/tests/test_include_duplicate_path_route.py @@ -148,4 +148,3 @@ def test_sub_with_duplicate_path_with_prefix(): return # pragma: no cover app.include_router(router, prefix="/prefix") # pragma: no cover -