mirror of
https://github.com/python/cpython.git
synced 2025-10-13 10:23:28 +00:00
Issue #23277: Remove unused imports in tests.
This commit is contained in:
parent
597d15afe4
commit
e437a10d15
79 changed files with 23 additions and 117 deletions
|
@ -5,15 +5,12 @@ import subprocess
|
|||
import sys
|
||||
import signal
|
||||
import io
|
||||
import locale
|
||||
import os
|
||||
import errno
|
||||
import tempfile
|
||||
import time
|
||||
import re
|
||||
import selectors
|
||||
import sysconfig
|
||||
import warnings
|
||||
import select
|
||||
import shutil
|
||||
import gc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue