We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee7a52 commit fde50c1Copy full SHA for fde50c1
scripts/gen_bridge_client.py
@@ -27,7 +27,9 @@ def generate_python_services(
27
from __future__ import annotations
28
29
from datetime import timedelta
30
-from typing import Mapping, TYPE_CHECKING
+from typing import TYPE_CHECKING
31
+from collections.abc import Mapping
32
+
33
import google.protobuf.empty_pb2
34
35
$service_imports
temporalio/bridge/services_generated.py
@@ -3,8 +3,9 @@
3
4
5
6
7
-from typing import TYPE_CHECKING, Mapping
8
9
10
11
0 commit comments