Test ruff action

This commit is contained in:
Aykhan 2023-09-18 14:18:30 +04:00
parent 68848006d0
commit 153502b146

View File

@ -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)