From 49f5bccfbd31f5732e64edb3ce229142b9538613 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 01:01:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- integration_tests/base_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/base_routes.py b/integration_tests/base_routes.py index 7cc3b876..5092ae9a 100644 --- a/integration_tests/base_routes.py +++ b/integration_tests/base_routes.py @@ -710,6 +710,7 @@ def sync_body_patch(request: Request): async def async_body_patch(request: Request): return request.body + # ==== Exception Handling ====