Skip to content

Commit

Permalink
fix(api): Remove double prepare to aspirate (#16123)
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler authored Aug 27, 2024
1 parent 73bee80 commit 8a0ca2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def aspirate(
and self._96_tip_config_valid()
):
self.require_liquid_presence(well=well)
self.prepare_to_aspirate()

with publisher.publish_context(
broker=self.broker,
Expand Down

0 comments on commit 8a0ca2f

Please sign in to comment.