Skip to content

Commit

Permalink
spherical segment should go in the bottom shape union
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Aug 14, 2024
1 parent 8fde331 commit 34b4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-data/python/opentrons_shared_data/labware/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class SphericalSegment(TypedDict):


TopCrossSection = Union[CircularCrossSection, RectangularCrossSection]
BottomShape = Union[CircularCrossSection, RectangularCrossSection, Spherical]
BottomShape = Union[CircularCrossSection, RectangularCrossSection, SphericalSegment]


class BoundedSection(TypedDict):
Expand Down

0 comments on commit 34b4fd4

Please sign in to comment.