We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ad12a commit 2580aaeCopy full SHA for 2580aae
cadence/_internal/decision_state_machine.py
@@ -2,7 +2,7 @@
2
3
from dataclasses import dataclass, field
4
from enum import Enum
5
-from typing import Dict, List, Optional, Callable, TypedDict, Union, Literal, cast
+from typing import Dict, List, Optional, Callable, TypedDict, Literal
6
7
from cadence.api.v1 import (
8
decision_pb2 as decision,
0 commit comments