dask / dask/distributed

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

Open
#8,645 0 comments 0 reactions 0 assignees View on GitHub
needs triage
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

**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
python>=3.10
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.