From 3ab56956b441cff756d93d8388d974979cb1dfc8 Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Fri, 22 Nov 2024 15:32:56 -0500 Subject: [PATCH] Okay I guess the previous commit means we're reverting the original fix? --- .../python/opentrons_shared_data/pipette/model_constants.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shared-data/python/opentrons_shared_data/pipette/model_constants.py b/shared-data/python/opentrons_shared_data/pipette/model_constants.py index 8045b3941d3..7d34e0e5f6a 100644 --- a/shared-data/python/opentrons_shared_data/pipette/model_constants.py +++ b/shared-data/python/opentrons_shared_data/pipette/model_constants.py @@ -95,10 +95,7 @@ "liquid_properties", "default", "supportedTips", - # FIX BEFORE MERGE: I do not understand this. Is this right? What is the - # intended difference between ##EACHTIP## and ##EACHTIPTYPE##? Why was - # ##EACHTIP## raising in the first place? - "##EACHTIPTYPE##", + "##EACHTIP##", "defaultTipLength", ], }