Fix Client submit type hint docstring - #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 33m 24s ⏱️ - 5m 36s For more details on these failures, see this check. Results for commit 335659d. ± Comparison against base commit 0a341df. ♻️ 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. |
|
@jonasdedden I've updated the branch now. |
Closes #xxxx
pixi run lintFixes #8429