Skip to content

Commit

Permalink
refactor: add lost comma
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Aug 28, 2024
1 parent fa7af51 commit 25a6bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualibrate_runner/api/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def get_execution_history(
history: ExecutionHistory = orch.get_execution_history()
return cast(
Mapping[str, Any],
history.model_dump(mode="json", serialize_as_any=True)
history.model_dump(mode="json", serialize_as_any=True),
)


Expand Down

0 comments on commit 25a6bc2

Please sign in to comment.