Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 3176541

Browse files
committed
fix: lint
1 parent cd701cd commit 3176541

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hatchet_sdk/workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
TypeVar,
88
Union,
99
cast,
10-
get_type_hints,
1110
runtime_checkable,
1211
)
1312

@@ -23,7 +22,6 @@
2322
WorkflowKind,
2423
)
2524
from hatchet_sdk.logger import logger
26-
from hatchet_sdk.utils.typing import is_basemodel_subclass
2725

2826

2927
class WorkflowStepProtocol(Protocol):

0 commit comments

Comments
 (0)