Skip to content

Commit 5685e9f

Browse files
committed
Import from typing_extensions
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
1 parent 8c1a250 commit 5685e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_workflow_definition/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
Any,
88
Annotated,
99
Type,
10-
TypeAliasType,
1110
TypeVar,
1211
)
12+
from typing_extensions import TypeAliasType
1313
from pydantic import BaseModel, Field, field_validator, field_serializer
1414
from pydantic import ValidationError
1515
import json

0 commit comments

Comments
 (0)