An error occurred while fetching the assigned milestone of the selected merge_request.
Moved VALID_DASK_CLIENT_STRINGS to bob.pipelines
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
enabled an automatic merge when the pipeline for fde28dfc succeeds
mentioned in commit 7b8e32c9
2 2 from pkgutil import extend_path 3 3 4 4 __path__ = extend_path(__path__, __name__) 5 6 # DASK-click VALID_DASK_CLIENT_STRINGS 7 # TO BE USED IN: 8 # @click.option( 9 # "--dask-client", 10 # "-l", 11 # entry_point_group="dask.client", 12 # string_exceptions=VALID_DASK_CLIENT_STRINGS, 13 # default="single-threaded", 14 # help="Dask client for the execution of the pipeline.", 15 # cls=ResourceOption, 16 # )
Please register or sign in to reply