Skip to content

Commit 55d437a

Browse files
authored
fix(api): add stacking_offset_z default None to set_stored_labware_items (#19714)
1 parent 3872867 commit 55d437a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/protocol_api/module_contexts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ def get_current_storable_labware(self) -> int:
13381338
def set_stored_labware_items(
13391339
self,
13401340
labware: list[Labware],
1341-
stacking_offset_z: float | None,
1341+
stacking_offset_z: float | None = None,
13421342
) -> None:
13431343
"""Configure the labware the Flex Stacker will store during a protocol by providing an initial list of stored labware objects. The start of the list represents the bottom of the Stacker,
13441344
and the end of the list represents the top of the Stacker.

0 commit comments

Comments
 (0)