bpo-35202: Remove unused imports in Lib directory (GH-10450)

This commit is contained in:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 2018-11-15 18:29:19 +05:30 committed by INADA Naoki
parent 25221b3283
commit 70f61b933f
5 changed files with 0 additions and 5 deletions

View file

@ -18,7 +18,6 @@
import concurrent.futures
import heapq
import itertools
import logging
import os
import socket
import subprocess

View file

@ -5,7 +5,6 @@
import unittest
import unittest.mock
import queue as pyqueue
import contextlib
import time
import io
import itertools

View file

@ -1,6 +1,5 @@
"""Unit tests for contextlib.py, and other context managers."""
import asyncio
import io
import sys
import tempfile

View file

@ -15,7 +15,6 @@
import sysconfig
import tempfile
import textwrap
import threading
import unittest
from test import libregrtest
from test import support

View file

@ -3,7 +3,6 @@
import builtins
import contextlib
import copy
from functools import partial
import io
import os
import pickle