From 3fc2dc4b49c7c278fcf528c5c90b6c2ff7d9a7bf Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:16:17 -0400 Subject: [PATCH] formatting --- brewtils/plugin.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/brewtils/plugin.py b/brewtils/plugin.py index f00750d6..cb50a33b 100644 --- a/brewtils/plugin.py +++ b/brewtils/plugin.py @@ -333,7 +333,10 @@ def _run_shutdown_functions( ) elif self._client: self._logger.error( - f"Provided function not existing on client for shutdown function: {shutdown_function}" + ( + "Provided function not existing on client " + f"for shutdown function: {shutdown_function}" + ) ) else: self._logger.error(