Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Jul 16, 2024
1 parent 1f0af4b commit c8781d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ async def test_liquid_probe(
mount_speed=fake_liquid_settings.mount_speed,
plunger_speed=fake_liquid_settings.plunger_speed,
threshold_pascals=fake_liquid_settings.sensor_threshold_pascals,
plunger_impulse_time=fake_liquid_settings.plunger_impulse_time,
output_option=fake_liquid_settings.output_option,
)
except PipetteLiquidNotFoundError:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def move_responder(
mount_speed=10,
plunger_speed=8,
threshold_pascals=threshold_pascals,
plunger_impulse_time=0.2,
csv_output=False,
sync_buffer_output=False,
can_bus_only_output=False,
Expand Down Expand Up @@ -348,6 +349,7 @@ def move_responder(
mount_speed=10,
plunger_speed=8,
threshold_pascals=14,
plunger_impulse_time=0.2,
csv_output=csv_output,
sync_buffer_output=sync_buffer_output,
can_bus_only_output=can_bus_only_output,
Expand Down

0 comments on commit c8781d9

Please sign in to comment.