From 32609aa794d92a4dd9e6e033439b8e9bdfd5978c Mon Sep 17 00:00:00 2001 From: caila-marashaj Date: Fri, 15 Mar 2024 16:53:04 -0400 Subject: [PATCH] api lint fix --- api/src/opentrons/hardware_control/backends/ot3controller.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/src/opentrons/hardware_control/backends/ot3controller.py b/api/src/opentrons/hardware_control/backends/ot3controller.py index cd2130443f02..b86488191fe1 100644 --- a/api/src/opentrons/hardware_control/backends/ot3controller.py +++ b/api/src/opentrons/hardware_control/backends/ot3controller.py @@ -160,6 +160,7 @@ capacitive_pass, liquid_probe, check_overpressure, + OutputOptions, ) from opentrons_hardware.hardware_control.rear_panel_settings import ( get_door_state, @@ -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),