Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotation of positional arguments *args in dask.distributed.Client.submit API (2024.1.1) #8645

Open
CielAl opened this issue May 8, 2024 · 0 comments

Comments

@CielAl
Copy link

CielAl commented May 8, 2024

Describe the issue:
The current annotation of *args in dask.distributed.Client.submit API (version 2024.1.1) is tuple. While args by itself is indeed a tuple, IIUC, such annotation would usually mean each element obtained from unpacking this list of positional arugments should be exactly a tuple.

python>=3.10
@jrbourbeau jrbourbeau transferred this issue from dask/dask May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant