Skip to content

Commit 2580aae

Browse files
committed
lint
1 parent 67ad12a commit 2580aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadence/_internal/decision_state_machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from dataclasses import dataclass, field
44
from enum import Enum
5-
from typing import Dict, List, Optional, Callable, TypedDict, Union, Literal, cast
5+
from typing import Dict, List, Optional, Callable, TypedDict, Literal
66

77
from cadence.api.v1 import (
88
decision_pb2 as decision,

0 commit comments

Comments
 (0)