Skip to content

Commit 8777eae

Browse files
committed
lint
1 parent bf2551b commit 8777eae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/pydantic_converter/workflow_test.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
from temporalio.contrib.pydantic import pydantic_data_converter
77
from temporalio.worker import Worker
88

9-
from pydantic_converter.worker import (
10-
MyPydanticModel,
11-
MyWorkflow,
12-
my_activity,
13-
)
9+
from pydantic_converter.worker import MyPydanticModel, MyWorkflow, my_activity
1410

1511

1612
async def test_workflow_with_pydantic_model(client: Client):

0 commit comments

Comments
 (0)