From cb088a825737180d843ae85a29988bbe8d86b990 Mon Sep 17 00:00:00 2001 From: pmoegenburg Date: Fri, 20 Sep 2024 16:09:52 -0400 Subject: [PATCH] removed comment --- api/src/opentrons/protocol_api/core/engine/well.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/opentrons/protocol_api/core/engine/well.py b/api/src/opentrons/protocol_api/core/engine/well.py index aa2b3498b02..b71ba96128a 100644 --- a/api/src/opentrons/protocol_api/core/engine/well.py +++ b/api/src/opentrons/protocol_api/core/engine/well.py @@ -24,7 +24,6 @@ class WellCore(AbstractWellCore): engine_client: Synchronous ProtocolEngine client. """ - # get and store parent like WellCore? For InstrumentCore.aspirate work def __init__(self, name: str, labware_id: str, engine_client: EngineClient) -> None: self._labware_id = labware_id self._engine_client = engine_client