Skip to content

Commit

Permalink
Remove todo comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Nov 25, 2024
1 parent d8d234a commit 463f34f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/src/opentrons/protocol_engine/commands/aspirate.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ async def execute(self, params: AspirateParams) -> _ExecuteReturn:
if isinstance(move_result, DefinedErrorData):
return DefinedErrorData(move_result.public, state_update=state_update)

# TODO: Figure out what to do for state_update_if_false_positive

prepare_result = await prepare_for_aspirate(
pipette_id=pipette_id,
pipetting=self._pipetting,
Expand Down Expand Up @@ -196,7 +194,6 @@ async def execute(self, params: AspirateParams) -> _ExecuteReturn:
return DefinedErrorData(
public=aspirate_result.public, state_update=state_update
)
# TODO: state_update_if_false_positive?

state_update.set_liquid_operated(
labware_id=labware_id,
Expand Down

0 comments on commit 463f34f

Please sign in to comment.