diff --git a/slowapi/extension.py b/slowapi/extension.py index 1cb8063..e3e33af 100644 --- a/slowapi/extension.py +++ b/slowapi/extension.py @@ -605,7 +605,9 @@ class Limiter: ) except ValueError as e: self.logger.error( - "Failed to configure throttling for %s (%s)", name, e, + "Failed to configure throttling for %s (%s)", + name, + e, ) self.__marked_for_limiting.setdefault(name, []).append(func) if dynamic_limit: