Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data_models/production_routine.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class RoutineFetchOperation(RoutineOperation):
Args:
type (Literal[RoutineOperationTypes.FETCH]): The type of operation.
endpoint (Endpoint): The endpoint to fetch.
session_storage_key (str | None): The session storage key to save the result to (optional).
session_storage_key (str): The session storage key to save the fetch response to.

Returns:
RoutineFetchOperation: The interpolated operation.
Expand Down