Skip to content

Commit

Permalink
Clean up todo comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 23, 2024
1 parent 5aa91eb commit 964d2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/error_recovery_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _map_error_recovery_type(reaction_if_match: ReactionIfMatch) -> ErrorRecover
case ReactionIfMatch.IGNORE_AND_CONTINUE:
return ErrorRecoveryType.IGNORE_AND_CONTINUE
case ReactionIfMatch.ASSUME_FALSE_POSITIVE_AND_CONTINUE:
# FIX BEFORE MERGE: Connect to work in
# todo(mm, 2024-10-23): Connect to work in
# https://github.com/Opentrons/opentrons/pull/16556.
raise NotImplementedError
case ReactionIfMatch.FAIL_RUN:
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/run_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def create_action(
action_type
== RunActionType.RESUME_FROM_RECOVERY_ASSUMING_FALSE_POSITIVE
):
# FIX BEFORE MERGE: Connect to work in
# todo(mm, 2024-10-23): Connect to work in
# https://github.com/Opentrons/opentrons/pull/16556.
raise NotImplementedError

Expand Down

0 comments on commit 964d2c0

Please sign in to comment.