Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Oct 30, 2024
1 parent d96ec75 commit 3fc2dc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion brewtils/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3fc2dc4

Please sign in to comment.