Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 12, 2023
1 parent 1c43320 commit b67d5a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dask_mpi/tests/execute_no_exit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from time import time, sleep
from time import sleep, time

from distributed import Client
from mpi4py.MPI import COMM_WORLD as world
Expand All @@ -11,6 +11,7 @@
comm = world.Split(new_comm_assignment)

if world.rank != 3:

def client_code():
with Client() as c:
start = time()
Expand Down

0 comments on commit b67d5a1

Please sign in to comment.