Skip to content

Commit

Permalink
Rerun isort on all files
Browse files Browse the repository at this point in the history
Run black again to make sure they agree.
  • Loading branch information
jakirkham committed Jul 25, 2020
1 parent 5ba80e6 commit a5baefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions dask_cuda/explicit_comms/comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

import distributed.comm
from distributed import default_client, get_worker
from distributed.comm.addressing import (
parse_address,
parse_host_port,
unparse_address,
)
from distributed.comm.addressing import parse_address, parse_host_port, unparse_address

from . import utils

Expand Down
6 changes: 1 addition & 5 deletions dask_cuda/tests/test_device_host_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
from dask import array as da
from distributed.protocol import deserialize_bytes, serialize_bytelist

from dask_cuda.device_host_file import (
DeviceHostFile,
device_to_host,
host_to_device,
)
from dask_cuda.device_host_file import DeviceHostFile, device_to_host, host_to_device

cupy = pytest.importorskip("cupy")

Expand Down

0 comments on commit a5baefe

Please sign in to comment.