Skip to content

Commit 5a97b3c

Browse files
committed
Run ruff.
1 parent 980aae6 commit 5a97b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlette_plus/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def limit(
125125
bucket: BucketType = "ip",
126126
priority: int = 0,
127127
exempt: ExemptCallable | None = None,
128-
is_global: bool = False
128+
is_global: bool = False,
129129
) -> T_LimitDecorator:
130130
def decorator(coro: Callable[..., RouteCoro] | _Route) -> LimitDecorator:
131131
limits: RateLimitData = {

0 commit comments

Comments
 (0)