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

bpo-40443: Remove unused imports #25429

merged 1 commit into from
Apr 16, 2021

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

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

@isidentical
Copy link
Member

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

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.

4 participants