We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c02bf commit 11dfd62Copy full SHA for 11dfd62
temporalio/bridge/client.py
@@ -13,6 +13,7 @@
13
14
import temporalio.bridge.runtime
15
import temporalio.bridge.temporal_sdk_bridge
16
+from temporalio.bridge.temporal_sdk_bridge import RPCError # noqa: F401
17
18
19
@dataclass
temporalio/bridge/worker.py
@@ -35,6 +35,7 @@
35
from temporalio.bridge.temporal_sdk_bridge import (
36
CustomSlotSupplier as BridgeCustomSlotSupplier,
37
)
38
+from temporalio.bridge.temporal_sdk_bridge import PollShutdownError # noqa: F401
39
40
41
0 commit comments