Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Nov 22, 2024
1 parent 422c872 commit 9edf81c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1435,9 +1435,8 @@ async def test_pressure_disable(
"opentrons.hardware_control.backends.ot3controller.MoveGroupRunner",
spec=MoveGroupRunner,
**config
) as mock_runner:
):
with mock.patch.object(controller, "_monitor_overpressure") as monitor:
present_axes = set(ax for ax in axes if controller.axis_is_present(ax))
controller.set_pressure_sensor_available(Axis.P_L, pipette_has_sensor)
controller.set_pressure_sensor_available(Axis.P_R, True)

Expand Down

0 comments on commit 9edf81c

Please sign in to comment.