Skip to content

Commit d0cf4d7

Browse files
chore: run tox fmt command
1 parent 930515f commit d0cf4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __enter__(self) -> "Operation":
5555
def __exit__(self, exc_type: Any, exc_val: Any, exc_tb: Any) -> None:
5656
if exc_type:
5757
logger.error(
58-
f"The database operation failed. The exception " f"{exc_type} raised: {exc_val}"
58+
f"The database operation failed. The exception {exc_type} raised: {exc_val}"
5959
)
6060
self._session.rollback()
6161
else:

0 commit comments

Comments
 (0)