diff --git a/src/app/main.py b/src/app/main.py index 600504e..b6943cb 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) # test line length +app.add_exception_handler(RateLimitExceeded, _rate_limit_exceeded_handler) @app.exception_handler(ValidationError)