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 4493b33 commit d9316ffCopy full SHA for d9316ff
tests/message_passing/lazy_initialization/test_lazy_initialization.py
@@ -1,9 +1,6 @@
1
import pytest
2
from temporalio import common
3
-from temporalio.client import (
4
- Client,
5
- WithStartWorkflowOperation,
6
-)
+from temporalio.client import Client, WithStartWorkflowOperation
7
from temporalio.testing import WorkflowEnvironment
8
from temporalio.worker import Worker
9
0 commit comments