Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Sep 20, 2024
1 parent 0e65cd3 commit cb088a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/protocol_api/core/engine/well.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb088a8

Please sign in to comment.