Skip to content

Commit

Permalink
fixup the description for the location field
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 6, 2025
1 parent 59b1e34 commit 4744958
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/src/opentrons/protocol_engine/commands/load_lid_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class LoadLidStackResult(BaseModel):

stackLabwareId: str = Field(
...,
description="An ID to reference the Protocol Engine Labware Lid Stack in subsequent commands.",
description="An ID to reference the lid stack labware object created.",
)
labwareIds: List[str] = Field(
...,
Expand All @@ -97,7 +97,8 @@ class LoadLidStackResult(BaseModel):
..., description="The Location that the stack of lid labware has been loaded."
)
stackLocationSequence: LabwareLocationSequence | None = Field(
None, description="The location sequence for this stack."
None,
description="The location sequence for the lid stack labware object created.",
)
locationSequences: List[LabwareLocationSequence] | None = Field(
None,
Expand Down

0 comments on commit 4744958

Please sign in to comment.