We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c2f74 commit c615e99Copy full SHA for c615e99
api/src/opentrons/protocol_api/core/engine/instrument.py
@@ -100,8 +100,6 @@
100
101
_FLEX_PIPETTE_NAMES_FIXED_IN = APIVersion(2, 23)
102
"""The version after which InstrumentContext.name returns the correct API-specific names of Flex pipettes."""
103
-_RETURN_TIP_SCRAPE_ADDED_IN = APIVersion(2, 23)
104
-"""The version after which return-tip for 1/8 channels will scrape off."""
105
106
107
class InstrumentCore(AbstractInstrument[WellCore, LabwareCore]):
0 commit comments