File tree 1 file changed +3
-2
lines changed
api/src/opentrons/protocol_engine/commands
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class LoadLidStackResult(BaseModel):
83
83
84
84
stackLabwareId : str = Field (
85
85
...,
86
- description = "An ID to reference the Protocol Engine Labware Lid Stack in subsequent commands ." ,
86
+ description = "An ID to reference the lid stack labware object created ." ,
87
87
)
88
88
labwareIds : List [str ] = Field (
89
89
...,
@@ -97,7 +97,8 @@ class LoadLidStackResult(BaseModel):
97
97
..., description = "The Location that the stack of lid labware has been loaded."
98
98
)
99
99
stackLocationSequence : LabwareLocationSequence | None = Field (
100
- None , description = "The location sequence for this stack."
100
+ None ,
101
+ description = "The location sequence for the lid stack labware object created." ,
101
102
)
102
103
locationSequences : List [LabwareLocationSequence ] | None = Field (
103
104
None ,
You can’t perform that action at this time.
0 commit comments