From b4a15ab3f6246f58f3c6d305d5c33aedbd2e34cb Mon Sep 17 00:00:00 2001 From: Ray Liao <17989965+rayruizhiliao@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:13:47 -0500 Subject: [PATCH] update comment --- src/data_models/production_routine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.