From 99091436741e8615dacd4133fe5a06bcbf743a9f Mon Sep 17 00:00:00 2001 From: obervinov Date: Fri, 11 Oct 2024 17:48:02 +0400 Subject: [PATCH] fixed `Line too long (132/125)` --- messages/messages.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/messages/messages.py b/messages/messages.py index e7f13f6..a3e1f2e 100644 --- a/messages/messages.py +++ b/messages/messages.py @@ -126,7 +126,9 @@ def render_template( return template['text'].format(*arguments) except KeyError as error: print(f"[Messages]: template not found: {template_alias}") - raise TemplateNotFound("Template not found in the configuration file. Please check your configuration file.") from error + raise TemplateNotFound( + "Template not found in the configuration file. Please check your configuration file." + ) from error def render_progressbar( self,