Skip to content

Commit

Permalink
Fixed for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Mar 9, 2021
1 parent d68810d commit 444df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def initialize(
To ensure UCX works correctly, it is important to ensure it is initialized with
the correct options. This is especially important for the client, which cannot be
configured to use UCX with arguments like ``LocalCUDACluster`` and
configured to use UCX with arguments like ``LocalCUDACluster`` and
``dask-cuda-worker``. This function will ensure that they are provided a UCX
configuration based on the flags and options passed by the user.
Expand Down

0 comments on commit 444df77

Please sign in to comment.