Skip to content

Commit

Permalink
reformat: black
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 16, 2020
1 parent 2e4363f commit 4feb03c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dask_cuda/local_cuda_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ def __init__(

if ucx_net_devices == "auto":
try:
from ucp._libs.topological_distance import \
TopologicalDistance # NOQA
from ucp._libs.topological_distance import TopologicalDistance # NOQA
except ImportError:
raise ValueError(
"ucx_net_devices set to 'auto' but UCX-Py is not "
Expand Down

0 comments on commit 4feb03c

Please sign in to comment.