Skip to content

Commit

Permalink
hemispherical whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Aug 14, 2024
1 parent be76334 commit d651fd4
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 @@ -135,7 +135,7 @@ class Hemisphere(TypedDict):


TopCrossSection = Union[CircularCrossSection, RectangularCrossSection]
BottomShape = Union[CircularCrossSection, RectangularCrossSection, Hemisphere]
BottomShape = Union[CircularCrossSection, RectangularCrossSection, Hemispherical]


class BoundedSection(TypedDict):
Expand Down

0 comments on commit d651fd4

Please sign in to comment.