Skip to content

Commit 5aa3600

Browse files
Update ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py
Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
1 parent d8a74fa commit 5aa3600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dapr-ext-workflow/dapr/ext/workflow/dapr_workflow_client.py

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

1616
from __future__ import annotations
1717
from datetime import datetime
18-
from typing import Any, Optional, TypeVar, Union
18+
from typing import Any, Optional, TypeVar
1919

2020

2121
from durabletask import client

0 commit comments

Comments
 (0)