Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Jan 6, 2025
1 parent 5077716 commit 0822fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abr-testing/abr_testing/protocols/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,11 +670,11 @@ def unload_and_move(
new_location: Labware | str,
) -> None:
"""Move labware off stacker into deck."""
lw = stacker.unload_and_move_labware(new_location=new_location)
stacker.unload_and_move_labware(new_location=new_location)


def move_to_stacker_and_store(stacker: StackerModule, lw: Labware) -> None:
"""Move labware from deck into stacker"""
"""Move labware from deck into stacker."""
stacker.move_and_store_labware(lw=lw)


Expand Down

0 comments on commit 0822fbe

Please sign in to comment.