Skip to content

Commit

Permalink
noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Jun 21, 2024
1 parent ede5316 commit a2e3ad6
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -923,7 +923,7 @@ def validate_action_allowed( # noqa: C901
else:
assert_never(action)

def get_status(self) -> EngineStatus:
def get_status(self) -> EngineStatus: # noqa: C901
"""Get the current execution status of the engine."""
if self._state.run_result:
# The main part of the run is over, or will be over soon.
Expand Down

0 comments on commit a2e3ad6

Please sign in to comment.