From a969e787ad246a4af3f286c2e5aaa3a0631c3ba8 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Mon, 27 Jun 2022 12:20:38 -0500 Subject: [PATCH] cosmetic change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- meshmode/distributed.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meshmode/distributed.py b/meshmode/distributed.py index a34c2c00f..33304feaa 100644 --- a/meshmode/distributed.py +++ b/meshmode/distributed.py @@ -346,8 +346,7 @@ def complete_some(self): raise ValueError( "Duplicate local/remote part pair in inter_rank_bdry_info") - for i_src_rank, recvd in zip( - source_ranks, data): + for i_src_rank, recvd in zip(source_ranks, data): (remote_part_id, local_part_id, remote_bdry_mesh, remote_group_infos) = recvd