From b02cea63e4aec308a40d498566182865e7d67405 Mon Sep 17 00:00:00 2001 From: Reuben Thomas-Davis Date: Sat, 13 Nov 2021 23:44:26 +0000 Subject: [PATCH] :art: format code --- slowapi/extension.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: