Skip to content

Commit d76eb40

Browse files
run format
1 parent d628b8f commit d76eb40

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/nexus/test_workflow_caller.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -714,14 +714,10 @@ async def run(self, task_queue: str) -> dict[str, str]:
714714
service=NexusInfoService,
715715
endpoint=make_nexus_endpoint_name(task_queue),
716716
)
717-
return await nexus_client.execute_operation(
718-
NexusInfoService.get_info, None
719-
)
717+
return await nexus_client.execute_operation(NexusInfoService.get_info, None)
720718

721719

722-
async def test_nexus_info_includes_namespace(
723-
client: Client, env: WorkflowEnvironment
724-
):
720+
async def test_nexus_info_includes_namespace(client: Client, env: WorkflowEnvironment):
725721
task_queue = str(uuid.uuid4())
726722
async with Worker(
727723
client,

0 commit comments

Comments
 (0)