mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-120417: Remove unused imports in Tools (#120623)
This commit is contained in:
parent
6acf7776ef
commit
d9b4316374
4 changed files with 3 additions and 6 deletions
|
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
"""Check proposed changes for common issues."""
|
||||
import re
|
||||
import sys
|
||||
import shutil
|
||||
import os.path
|
||||
import subprocess
|
||||
import sysconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue