Skip to content

Commit

Permalink
chore: run tox fmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical committed Nov 28, 2024
1 parent ce24a90 commit 55ed578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55ed578

Please sign in to comment.