This repository was archived by the owner on Feb 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def workflow(
4848 version : str = "" ,
4949 timeout : str = "60m" ,
5050 schedule_timeout : str = "5m" ,
51- sticky : Union [StickyStrategy . Value , None ] = None , # type: ignore[name-defined]
51+ sticky : Union [StickyStrategy , None ] = None ,
5252 default_priority : int | None = None ,
5353 concurrency : ConcurrencyExpression | None = None ,
5454 input_validator : Type [T ] | None = None ,
Original file line number Diff line number Diff line change 1919from hatchet_sdk .clients .dispatcher .dispatcher import new_dispatcher
2020from hatchet_sdk .clients .run_event_listener import new_listener
2121from hatchet_sdk .clients .workflow_listener import PooledWorkflowRunListener
22- from hatchet_sdk .context import Context # type: ignore[attr-defined]
22+ from hatchet_sdk .context . context import Context
2323from hatchet_sdk .context .worker_context import WorkerContext
2424from hatchet_sdk .contracts .dispatcher_pb2 import (
2525 GROUP_KEY_EVENT_TYPE_COMPLETED ,
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def get_create_opts(self, namespace: str) -> Any: ...
9393 version : str
9494 timeout : str
9595 schedule_timeout : str
96- sticky : Union [StickyStrategy . Value , None ] # type: ignore[name-defined ]
96+ sticky : Union [StickyStrategy , None ]
9797 default_priority : int | None
9898 concurrency_expression : ConcurrencyExpression | None
9999 input_validator : Type [BaseModel ] | None
You can’t perform that action at this time.
0 commit comments