Skip to content

Commit

Permalink
Note required module for each cluster type
Browse files Browse the repository at this point in the history
  • Loading branch information
kinghuang committed Sep 11, 2020
1 parent 0e65a70 commit fe24710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def client(self):
key: Field(
Permissive(),
is_required=False,
description=f"{meta['name']} cluster configuration.",
description=f"{meta['name']} cluster config. Requires {meta['module']}.",
)
for key, meta in DaskClusterTypes.items()
}
Expand Down

0 comments on commit fe24710

Please sign in to comment.