mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +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
|
|
@ -42,7 +42,6 @@ shouldn't happen often.
|
|||
"""
|
||||
|
||||
import ast
|
||||
import copy
|
||||
import sys
|
||||
import importlib.util
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue