Skip to content

Commit

Permalink
rm unnecessary values
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Aug 6, 2024
1 parent 10a9dc2 commit fab0b64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/tests/opentrons/hardware_control/test_ot3_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,6 @@ async def test_liquid_probe_plunger_moves(
Point(x=0, y=0, z=46.45),
Point(x=0, y=0, z=28.6),
Point(x=0, y=0, z=25),
Point(x=0, y=0, z=76),
Point(x=0, y=0, z=72),
]
probe_start_pos = await ot3_hardware.gantry_position(mount)
safe_plunger_pos = Point(
Expand Down

0 comments on commit fab0b64

Please sign in to comment.