Skip to content

bpo-40443: Remove unused imports#25429

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:remove_unused_imports
Apr 16, 2021
Merged

bpo-40443: Remove unused imports#25429
vstinner merged 1 commit intopython:masterfrom
vstinner:remove_unused_imports

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