gh-120417: Remove unused imports in tests (part 3) (#120631)

This commit is contained in:
Victor Stinner 2024-06-17 21:04:58 +02:00 committed by GitHub
parent 362cd2680b
commit f916b77fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 4 additions and 14 deletions

View file

@ -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