mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Reformat with latest black version
This commit is contained in:
@@ -653,7 +653,6 @@ class Limiter:
|
||||
cost: Union[int, Callable[..., int]] = 1,
|
||||
override_defaults: bool = True,
|
||||
) -> Callable[..., Any]:
|
||||
|
||||
_scope = scope if shared else None
|
||||
|
||||
def decorator(func: Callable[..., Response]):
|
||||
|
||||
Reference in New Issue
Block a user