Skip to content

Commit

Permalink
really hard, i swear
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 28, 2024
1 parent e6259ee commit d60e85d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions api/src/opentrons/protocol_engine/actions/get_state_update.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# noqa: D100

from __future__ import annotations
from typing import TYPE_CHECKING

from .actions import Action, SucceedCommandAction, FailCommandAction
from ..commands.command import DefinedErrorData
from ..state.update_types import StateUpdate

if TYPE_CHECKING:
from ..state.update_types import StateUpdate


def get_state_update(action: Action) -> StateUpdate | None:
Expand Down

0 comments on commit d60e85d

Please sign in to comment.