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

Fix incorrectly documentet kwargs in AWS ECS #426

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

dymbe
Copy link
Contributor

@dymbe dymbe commented Mar 18, 2024

When kwargs is typed as kwargs: dict, this is interpreted as Dict[str, dict].
See https://peps.python.org/pep-0484/#arbitrary-argument-lists-and-default-argument-values

This issue led to unexpected warnings in Pycharm. I did not check if this issue is present in other parts of the code

@jacobtomlinson jacobtomlinson merged commit e9abdfb into dask:main May 13, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants