Skip to content

Commit 864e86a

Browse files
Merge pull request #36 from VectorlyApp/readme
Update `RoutineFetchOperation` comment [EOM]
2 parents 12655b2 + b4a15ab commit 864e86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_models/production_routine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class RoutineFetchOperation(RoutineOperation):
371371
Args:
372372
type (Literal[RoutineOperationTypes.FETCH]): The type of operation.
373373
endpoint (Endpoint): The endpoint to fetch.
374-
session_storage_key (str | None): The session storage key to save the result to (optional).
374+
session_storage_key (str): The session storage key to save the fetch response to.
375375
376376
Returns:
377377
RoutineFetchOperation: The interpolated operation.

0 commit comments

Comments
 (0)