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 -