Skip to content

Commit

Permalink
Reformat with latest black version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentS committed Mar 30, 2023
1 parent e4adfc1 commit be840b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slowapi/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ def __limit_decorator(
cost: Union[int, Callable[..., int]] = 1,
override_defaults: bool = True,
) -> Callable[..., Any]:

_scope = scope if shared else None

def decorator(func: Callable[..., Response]):
Expand Down

0 comments on commit be840b3

Please sign in to comment.