Skip to content

Commit 2a61caf

Browse files
author
David Flerlage
committed
more stylish code
1 parent 3aa08e6 commit 2a61caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

temporal_sqlalchemy/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def persist_history(session: orm.Session, flush_context, instances):
8484
def enable_is_committing_flag(session):
8585
metadata = get_session_metadata(session)
8686
persist_on_commit = metadata[PERSIST_ON_COMMIT_KEY]
87-
8887
if not persist_on_commit:
8988
return
9089

0 commit comments

Comments
 (0)