Skip to content

Commit c615e99

Browse files
refactor(api): Remove unused version gate for tip scrapes (#19019)
1 parent c0c2f74 commit c615e99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/opentrons/protocol_api/core/engine/instrument.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100

101101
_FLEX_PIPETTE_NAMES_FIXED_IN = APIVersion(2, 23)
102102
"""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."""
105103

106104

107105
class InstrumentCore(AbstractInstrument[WellCore, LabwareCore]):

0 commit comments

Comments
 (0)