From d0cf4d75210ff49cb57410693d0524c7cce3f5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Thu, 28 Nov 2024 14:47:20 +0100 Subject: [PATCH] chore: run tox fmt command --- src/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database.py b/src/database.py index aa84e455..897be64d 100644 --- a/src/database.py +++ b/src/database.py @@ -55,7 +55,7 @@ def __enter__(self) -> "Operation": def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None: if exc_type: logger.error( - f"The database operation failed. The exception " f"{exc_type} raised: {exc_val}" + f"The database operation failed. The exception {exc_type} raised: {exc_val}" ) self._session.rollback() else: