Skip to content

Commit

Permalink
fixup: review fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Max Marrone <[email protected]>
  • Loading branch information
mcous and SyntaxColoring authored Jun 29, 2021
1 parent ad7d37d commit ccdb1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from .dispense import Dispense, DispenseRequest, DispenseResult, DispenseCommandType

from .drop_tip import DropTip, DropTipRequest, DropTipResult, DropTipCommandType

from .load_labware import (
LoadLabware,
LoadLabwareRequest,
Expand Down
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/state/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get(self, command_id: str) -> Command:
raise CommandDoesNotExistError(f"Command {command_id} does not exist")

def get_all(self) -> List[Command]:
"""Get a list of all commands in state, paired with their respective IDs.
"""Get a list of all commands in state.
Entries are returned in the order of first-added command to last-added command.
Replacing a command (to change its status, for example) keeps its place in the
Expand Down

0 comments on commit ccdb1e2

Please sign in to comment.