Skip to content

gh-131152: Remove unused imports from tests (part 2) #131154

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

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 12, 2025

@vstinner vstinner merged commit b2ca268 into python:main Mar 13, 2025
46 checks passed
@vstinner
Copy link
Member Author

Merged, thanks for reviews.

@vstinner vstinner deleted the unused_import4 branch March 13, 2025 09:57
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request Mar 17, 2025
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
@@ -5,7 +5,6 @@
import pickle
import stat
import sys
import time
Copy link
Member

Choose a reason for hiding this comment

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

This change will get overwritten unless it's ported to zipp. I'm slightly surprised that there are unused imports, given that I run ruff over the codebase. Oh, I see now. gh-123424 has not yet been backported to zipp, and that's where time was used. So shouldn't be a problem getting this synced once that one is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants