Skip to content

Commit

Permalink
removed/addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Oct 25, 2024
1 parent ed6ffff commit 15094da
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 @@ -765,7 +765,6 @@ def air_gap(
raise RuntimeError("No previous Well cached to perform air gap")
target = loc.labware.as_well().top(height)
self.move_to(target, publish=False)
# add (is_liquid: bool = True) parameter to aspirate? Or deduce location is not in well in Aspirate command?
self.aspirate(volume)
return self

Expand Down

0 comments on commit 15094da

Please sign in to comment.