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

bpo-40443: Remove unused imports #25429

Merged
merged 1 commit into from Apr 16, 2021
Merged

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 16, 2021

  • pyclbr no longer uses copy
  • typing no longer uses ast

Issue discovered by pyflakes.

https://bugs.python.org/issue40443

* pyclbr no longer uses copy
* typing no longer uses ast

Issue discovered by pyflakes.
@vstinner
Copy link
Member Author

@vstinner vstinner commented Apr 16, 2021

@isidentical: You added import ast in commit 044a104. Was it a mistake? Can it be removed?

@isidentical
Copy link
Sponsor Member

@isidentical isidentical commented Apr 16, 2021

I think so, it is probably a leftover from another commit in that PR.

@vstinner vstinner merged commit a6a5c91 into python:master Apr 16, 2021
11 of 12 checks passed
@vstinner vstinner deleted the remove_unused_imports branch Apr 16, 2021
kreathon pushed a commit to kreathon/cpython that referenced this issue May 2, 2021
* pyclbr no longer uses copy
* typing no longer uses ast

Issue discovered by pyflakes.
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.

None yet

4 participants