Skip to content

Commit

Permalink
wack line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Aug 15, 2024
1 parent a7dabd9 commit 5772807
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion api/docs/v2/new_protocol_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ Useful Types
.. autoclass:: opentrons.protocol_api.CSVParameter
:members:


.. autodata:: opentrons.protocol_api.OFF_DECK
:no-value:

Expand Down
1 change: 1 addition & 0 deletions api/src/opentrons/protocols/parameters/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from .csv_parameter_interface import CSVParameter


PrimitiveAllowedTypes = Union[str, int, float, bool]
AllAllowedTypes = Union[str, int, float, bool, bytes, None]
UserFacingTypes = Union[str, int, float, bool, CSVParameter]
Expand Down

0 comments on commit 5772807

Please sign in to comment.