Skip to content

Commit

Permalink
remove uneeded change to ot3_api
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Apr 9, 2024
1 parent a342186 commit efa16f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,7 @@ async def liquid_probe(
probe=probe if probe else InstrumentProbeType.PRIMARY,
)
end_pos = await self.gantry_position(mount, refresh=True)
await self.move_to(mount, probe_start_pos)
return end_pos.z

async def capacitive_probe(
Expand Down

0 comments on commit efa16f4

Please sign in to comment.