Reformat with latest black version

This commit is contained in:
Laurent Savaëte
2023-03-30 10:51:39 +02:00
parent e4adfc14c9
commit be840b39aa

View File

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