Skip to content

Commit d9316ff

Browse files
committed
Fixup
1 parent 4493b33 commit d9316ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/message_passing/lazy_initialization/test_lazy_initialization.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import pytest
22
from temporalio import common
3-
from temporalio.client import (
4-
Client,
5-
WithStartWorkflowOperation,
6-
)
3+
from temporalio.client import Client, WithStartWorkflowOperation
74
from temporalio.testing import WorkflowEnvironment
85
from temporalio.worker import Worker
96

0 commit comments

Comments
 (0)