Fix Client submit and map type hints - #9346
Conversation
# Conflicts: # distributed/client.py
|
@fjetter I made the changes as per request but lint is throwing me errors now: |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 40 files ±0 40 suites ±0 14h 45m 8s ⏱️ +36s For more details on these failures, see this check. Results for commit 374a600. ± Comparison against base commit 40fcd99. ♻️ This comment has been updated with latest results. |
|
Sorry for giving wrong suggestions in the issue some years ago, back then I lacked a bit of understanding around That's why I Just FYI, there are ways to fully typehint this, but they would require breaking changes to the |
Yeah, we can wrap all other input arguemnts to *args, for example. |
|
@fjetter done now. |
Closes #xxxx
pixi run lintFixes #8429