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

Remove unused "type: ignore" comment #8976

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

cjwatson
Copy link
Contributor

@cjwatson cjwatson commented Jan 6, 2025

The underlying problem here seems to have been fixed at some point, since mypy complained:

distributed/shuffle/_rechunk.py:756: error: Unused "type: ignore" comment  [unused-ignore]
  • Tests added / passed
  • Passes pre-commit run --all-files

The underlying problem here seems to have been fixed at some point,
since mypy complained:

  distributed/shuffle/_rechunk.py:756: error: Unused "type: ignore" comment  [unused-ignore]
@cjwatson cjwatson requested a review from fjetter as a code owner January 6, 2025 01:00
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Unit Test Results

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

    27 files  ±0      27 suites  ±0   11h 26m 57s ⏱️ +17s
 4 127 tests ±0   3 996 ✅ ±0    112 💤 ±0   18 ❌ ±0  1 🔥 ±0 
51 715 runs  ±0  49 269 ✅ ±0  2 299 💤 ±0  146 ❌ ±0  1 🔥 ±0 

For more details on these failures and errors, see this check.

Results for commit 3d2f1ee. ± Comparison against base commit 8f1b241.

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep the linter does seem happy without this. Thanks @cjwatson

@jacobtomlinson jacobtomlinson merged commit 1b92625 into dask:main Jan 6, 2025
21 of 34 checks passed
@cjwatson cjwatson deleted the fix-mypy branch January 6, 2025 12:32
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