From 444df77d479f44ada24edaf49fd75333cb35af8a Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Tue, 9 Mar 2021 15:48:26 -0800 Subject: [PATCH] Fixed for flake8 --- dask_cuda/initialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dask_cuda/initialize.py b/dask_cuda/initialize.py index a9eeb784a..d47dda268 100644 --- a/dask_cuda/initialize.py +++ b/dask_cuda/initialize.py @@ -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.