commit | a6a5c91b1ee56fa5ba7ab8c5aeca70c31cc85fd3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Apr 16 11:26:06 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 16 11:26:06 2021 +0200 |
tree | e87ca293071e20bf56c29139b31773ae9801d884 | |
parent | 8a232c7b17a2e41ae14d8bb7937ddfea69301dce [diff] |
bpo-40443: Remove unused imports (GH-25429) * pyclbr no longer uses copy * typing no longer uses ast Issue discovered by pyflakes.