mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-120417: Remove unused imports in tests (part 3) (#120631)
This commit is contained in:
parent
362cd2680b
commit
f916b77fea
10 changed files with 4 additions and 14 deletions
|
@ -1,16 +1,13 @@
|
|||
from collections import namedtuple
|
||||
import contextlib
|
||||
import json
|
||||
import io
|
||||
import os
|
||||
import os.path
|
||||
import pickle
|
||||
import queue
|
||||
#import select
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
from textwrap import dedent, indent
|
||||
from textwrap import dedent
|
||||
import threading
|
||||
import types
|
||||
import unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue