style: apply ruff formatting

This commit is contained in:
2026-02-04 01:28:45 +00:00
parent 2900fca30a
commit 34e07f6b7e
4 changed files with 17 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ F = TypeVar("F", bound=Callable[..., Any])
# Note: Config loader from secrets .env
@overload
def rate_limit(
limit: int,