Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Nov 15, 2024
1 parent 510f138 commit bab258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def _cleanup(self):
if self.is_running and not self.end_timestamp:
self.end_session(
end_state="Indeterminate",
end_state_reason="Session interrupted"
end_state_reason="Session interrupted",
)
self._cleanup_done = True

Expand Down

0 comments on commit bab258d

Please sign in to comment.