From f445a32479710633c77c9de8e67d1fc970073dc7 Mon Sep 17 00:00:00 2001 From: tamarzanzouri Date: Fri, 27 Sep 2024 13:48:13 -0400 Subject: [PATCH] linting --- api/src/opentrons/protocol_engine/state/update_types.py | 2 +- .../protocol_engine/commands/test_configure_for_volume.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/api/src/opentrons/protocol_engine/state/update_types.py b/api/src/opentrons/protocol_engine/state/update_types.py index c2416b4bfb5..91cdf0194a3 100644 --- a/api/src/opentrons/protocol_engine/state/update_types.py +++ b/api/src/opentrons/protocol_engine/state/update_types.py @@ -207,7 +207,7 @@ def set_pipette_location( # noqa: D102 new_deck_point=new_deck_point, ) - def set_labware_location( # noqa: D102 + def set_labware_location( self, *, labware_id: str, diff --git a/api/tests/opentrons/protocol_engine/commands/test_configure_for_volume.py b/api/tests/opentrons/protocol_engine/commands/test_configure_for_volume.py index 309ab41d53e..2279f2a0ebf 100644 --- a/api/tests/opentrons/protocol_engine/commands/test_configure_for_volume.py +++ b/api/tests/opentrons/protocol_engine/commands/test_configure_for_volume.py @@ -1,6 +1,5 @@ """Test load pipette commands.""" from opentrons.protocol_engine.state.update_types import ( - LoadPipetteUpdate, PipetteConfigUpdate, StateUpdate, )