Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Sep 8, 2023
1 parent 8637cdc commit dfc76f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions temporalio/worker/_workflow_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
Set,
Tuple,
Type,
TypedDict,
TypeVar,
Union,
cast,
)

from typing_extensions import TypeAlias
from typing_extensions import TypeAlias, TypedDict

import temporalio.activity
import temporalio.api.common.v1
Expand Down

0 comments on commit dfc76f1

Please sign in to comment.