mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-40443: Remove unused imports (GH-25429)
* pyclbr no longer uses copy * typing no longer uses ast Issue discovered by pyflakes.
This commit is contained in:
parent
8a232c7b17
commit
a6a5c91b1e
3 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,6 @@ At large scale, the structure of the module is following:
|
|||
"""
|
||||
|
||||
from abc import abstractmethod, ABCMeta
|
||||
import ast
|
||||
import collections
|
||||
import collections.abc
|
||||
import contextlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue