Skip to content

Commit 359b658

Browse files
committed
run formatter
1 parent cf02c2b commit 359b658

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
from temporalio.client import Client
1111
from temporalio.testing import WorkflowEnvironment
12-
from tests.helpers.worker import ExternalPythonWorker, ExternalWorker
1312
from temporalio.worker import SharedStateManager
13+
from tests.helpers.worker import ExternalPythonWorker, ExternalWorker
1414

1515
from . import DEV_SERVER_DOWNLOAD_VERSION
1616

tests/worker/test_activity.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
import pytest
2020

21-
import temporalio.exceptions
2221
import temporalio.api.common.v1
2322
import temporalio.api.workflowservice.v1
23+
import temporalio.exceptions
2424
from temporalio import activity, workflow
2525
from temporalio.client import (
2626
AsyncActivityHandle,
@@ -53,7 +53,6 @@
5353
kitchen_sink_retry_policy,
5454
)
5555

56-
5756
default_max_concurrent_activities = 50
5857

5958

0 commit comments

Comments
 (0)