From be840b39aa69f3e0d8e0f72bd134b75ce94c0704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Sava=C3=ABte?= Date: Thu, 30 Mar 2023 10:51:39 +0200 Subject: [PATCH] Reformat with latest black version --- slowapi/extension.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slowapi/extension.py b/slowapi/extension.py index fc9154e..811d577 100644 --- a/slowapi/extension.py +++ b/slowapi/extension.py @@ -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]):