Skip to content

Commit

Permalink
clean up docs ref
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Jan 30, 2025
1 parent 343ae3c commit 03110bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -1723,8 +1723,6 @@ def resin_tip_seal(
tip will perform a `pick up` action but there will be no tip tracking
associated with the pipette.
See :ref:`resin_tip_seal` for examples.
:param location: A location containing resin tips, must be a Labware or a Well.
:type location: :py:class:`~.types.Location`
Expand Down Expand Up @@ -1755,8 +1753,6 @@ def resin_tip_unseal(
The location provided should be a valid location to drop resin tips.
See :ref:`resin_tip_unseal` for examples.
:param location: A location containing that can accept tips.
:type location: :py:class:`~.types.Location`
Expand Down Expand Up @@ -1799,8 +1795,6 @@ def resin_tip_dispense(
receptical for dispensed liquid. Dispensing from tip will perform a
`dispense` action of the specified volume at a desired flow rate.
See :ref:`resin_tip_dispense` for examples.
:param location: A location containing resin tips.
:type location: :py:class:`~.types.Location`
Expand Down

0 comments on commit 03110bc

Please sign in to comment.