Skip to content

Commit

Permalink
oh well
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 6, 2025
1 parent bce5021 commit ab627ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shared-data/module/definitions/3/flexStackerV1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$otSharedSchema": "module/schemas/3",
"moduleType": "stackerType",
"moduleType": "flexStackerType",
"model": "flexStackerV1",
"labwareOffset": {
"x": 0.0,
Expand Down
2 changes: 1 addition & 1 deletion shared-data/module/schemas/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"heaterShakerModuleType",
"magneticBlockType",
"absorbanceReaderType",
"stackerType"
"flexStackerType"
],
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions shared-data/python/opentrons_shared_data/module/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
HeaterShakerModuleType = Literal["heaterShakerModuleType"]
MagneticBlockType = Literal["magneticBlockType"]
AbsorbanceReaderType = Literal["absorbanceReaderType"]
StackerType = Literal["stackerType"]
FlexStackerType = Literal["flexStackerType"]

ModuleType = Union[
MagneticModuleType,
Expand All @@ -28,7 +28,7 @@
HeaterShakerModuleType,
MagneticBlockType,
AbsorbanceReaderType,
StackerType,
FlexStackerType,
]

MagneticModuleModel = Literal["magneticModuleV1", "magneticModuleV2"]
Expand Down

0 comments on commit ab627ea

Please sign in to comment.