Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Dec 2, 2024
1 parent c71aa78 commit 3e31a69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/opentrons/protocol_engine/protocol_engine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""ProtocolEngine class definition."""
from contextlib import AsyncExitStack
from logging import getLogger
from typing import Dict, Optional, Union, AsyncGenerator, Callable
from opentrons.protocol_engine.actions.actions import (
Expand Down Expand Up @@ -396,7 +395,7 @@ async def wait_until_complete(self) -> None:
)
self._state_store.commands.raise_fatal_command_error()

async def finish(
async def finish( # noqa: C901
self,
error: Optional[Exception] = None,
drop_tips_after_run: bool = True,
Expand Down

0 comments on commit 3e31a69

Please sign in to comment.