Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Sep 27, 2024
1 parent a4c1620 commit f445a32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/state/update_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test load pipette commands."""
from opentrons.protocol_engine.state.update_types import (
LoadPipetteUpdate,
PipetteConfigUpdate,
StateUpdate,
)
Expand Down

0 comments on commit f445a32

Please sign in to comment.