Skip to content

Comments

Remove stale Scheduler.cleanup reference from Scheduler.close docstring#9196

Open
ernestprovo23 wants to merge 1 commit intodask:mainfrom
ernestprovo23:fix-scheduler-close-docstring
Open

Remove stale Scheduler.cleanup reference from Scheduler.close docstring#9196
ernestprovo23 wants to merge 1 commit intodask:mainfrom
ernestprovo23:fix-scheduler-close-docstring

Conversation

@ernestprovo23
Copy link

Summary

  • Remove the See Also section in Scheduler.close docstring that references the non-existent Scheduler.cleanup method

Closes #9175

Test plan

  • Verified no cleanup method exists on Scheduler or its base classes
  • Change is docstring-only — no functional impact

🤖 Generated with Claude Code

… docstring

The See Also section in the Scheduler.close docstring referenced
Scheduler.cleanup, which does not exist. Removes the stale reference.

Closes dask#9175
@github-actions
Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    31 files  ±0      31 suites  ±0   11h 15m 8s ⏱️ + 7m 34s
 4 113 tests ±0   4 007 ✅ +2    104 💤 ±0  2 ❌  - 2 
59 636 runs  ±0  57 160 ✅ +3  2 474 💤 ±0  2 ❌  - 3 

For more details on these failures, see this check.

Results for commit 130c4aa. ± Comparison against base commit 4fb4814.

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.

Docstring for Scheduler.close refers to non-existent Scheduler.cleanup method

1 participant