diff --git a/src/data_models/production_routine.py b/src/data_models/production_routine.py index 5c86a69..04ac801 100644 --- a/src/data_models/production_routine.py +++ b/src/data_models/production_routine.py @@ -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.