From 0efbd2c98cecaa1e33991473b1b120827df60ae9 Mon Sep 17 00:00:00 2001 From: Viktor Seifert Date: Mon, 1 Aug 2022 14:15:03 +0200 Subject: [PATCH] RED-4653: Removed unnecessary string formatting --- pyinfra/queue/queue_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinfra/queue/queue_manager.py b/pyinfra/queue/queue_manager.py index 81bbb20..c599fff 100644 --- a/pyinfra/queue/queue_manager.py +++ b/pyinfra/queue/queue_manager.py @@ -75,7 +75,7 @@ class QueueManager(object): self._channel.start_consuming() except Exception: self.logger.warning( - f"An unexpected exception occurred while consuming messages. Consuming will stop." + "An unexpected exception occurred while consuming messages. Consuming will stop." ) raise finally: