Skip to content

Commit fde50c1

Browse files
committed
Regen protos
1 parent 6ee7a52 commit fde50c1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

scripts/gen_bridge_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ def generate_python_services(
2727
from __future__ import annotations
2828
2929
from datetime import timedelta
30-
from typing import Mapping, TYPE_CHECKING
30+
from typing import TYPE_CHECKING
31+
from collections.abc import Mapping
32+
3133
import google.protobuf.empty_pb2
3234
3335
$service_imports

temporalio/bridge/services_generated.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
from __future__ import annotations
55

6+
from collections.abc import Mapping
67
from datetime import timedelta
7-
from typing import TYPE_CHECKING, Mapping
8+
from typing import TYPE_CHECKING
89

910
import google.protobuf.empty_pb2
1011

0 commit comments

Comments
 (0)