mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
gh-131152: Remove unused imports from tests (#131153)
This commit is contained in:
parent
0c6c52f496
commit
73ab9e2ede
22 changed files with 10 additions and 34 deletions
|
@ -1,15 +1,12 @@
|
|||
"""Tests for streams.py."""
|
||||
|
||||
import gc
|
||||
import os
|
||||
import queue
|
||||
import pickle
|
||||
import socket
|
||||
import sys
|
||||
import threading
|
||||
import unittest
|
||||
from unittest import mock
|
||||
import warnings
|
||||
try:
|
||||
import ssl
|
||||
except ImportError:
|
||||
|
@ -17,7 +14,7 @@ except ImportError:
|
|||
|
||||
import asyncio
|
||||
from test.test_asyncio import utils as test_utils
|
||||
from test.support import requires_subprocess, socket_helper
|
||||
from test.support import socket_helper
|
||||
|
||||
|
||||
def tearDownModule():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue