From 68848006d07f7b331aafef43fada82ee5476fbac Mon Sep 17 00:00:00 2001 From: Aykhan Date: Mon, 18 Sep 2023 14:15:08 +0400 Subject: [PATCH] Test ruff action --- src/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.py b/src/app/main.py index b6943cb..600504e 100644 --- a/src/app/main.py +++ b/src/app/main.py @@ -26,7 +26,7 @@ app.state.limiter = limiter app.include_router(main_router) -app.add_exception_handler(RateLimitExceeded, _rate_limit_exceeded_handler) +app.add_exception_handler(RateLimitExceeded, _rate_limit_exceeded_handler) # test line length @app.exception_handler(ValidationError)