Skip to content

Commit

Permalink
fixup: remove addressed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jun 25, 2021
1 parent aa57e09 commit 1d40a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/opentrons/protocol_engine/state/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(self, state: CommandState) -> None:

def get_command_by_id(self, command_id: str) -> Command:
"""Get a command by its unique identifier."""
# TODO(mc, 2021-06-17): raise on missing ID, to line up with other state views
try:
return self._state.commands_by_id[command_id]
except KeyError:
Expand Down

0 comments on commit 1d40a59

Please sign in to comment.