Skip to content

Commit

Permalink
api lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Mar 15, 2024
1 parent 194dcc2 commit 32609aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/src/opentrons/hardware_control/backends/ot3controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
capacitive_pass,
liquid_probe,
check_overpressure,
OutputOptions,
)
from opentrons_hardware.hardware_control.rear_panel_settings import (
get_door_state,
Expand Down Expand Up @@ -1341,7 +1342,8 @@ async def liquid_probe(
plunger_speed,
mount_speed,
threshold_pascals,
log_pressure,
OutputOptions.none,
None,
auto_zero_sensor,
num_baseline_reads,
sensor_id_for_instrument(probe),
Expand Down

0 comments on commit 32609aa

Please sign in to comment.