File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 99
1010from temporalio .client import Client
1111from temporalio .testing import WorkflowEnvironment
12- from tests .helpers .worker import ExternalPythonWorker , ExternalWorker
1312from temporalio .worker import SharedStateManager
13+ from tests .helpers .worker import ExternalPythonWorker , ExternalWorker
1414
1515from . import DEV_SERVER_DOWNLOAD_VERSION
1616
Original file line number Diff line number Diff line change 1818
1919import pytest
2020
21- import temporalio .exceptions
2221import temporalio .api .common .v1
2322import temporalio .api .workflowservice .v1
23+ import temporalio .exceptions
2424from temporalio import activity , workflow
2525from temporalio .client import (
2626 AsyncActivityHandle ,
5353 kitchen_sink_retry_policy ,
5454)
5555
56-
5756default_max_concurrent_activities = 50
5857
5958
You can’t perform that action at this time.
0 commit comments