mirror of https://github.com/python/cpython.git
Remove unused imports from test_logging.
This commit is contained in:
parent
7f22443d94
commit
26a1f72637
|
@ -26,7 +26,6 @@
|
|||
import logging.config
|
||||
|
||||
import codecs
|
||||
import copy
|
||||
import cPickle
|
||||
import cStringIO
|
||||
import gc
|
||||
|
@ -36,7 +35,6 @@
|
|||
import select
|
||||
import socket
|
||||
from SocketServer import ThreadingTCPServer, StreamRequestHandler
|
||||
import string
|
||||
import struct
|
||||
import sys
|
||||
import tempfile
|
||||
|
@ -45,7 +43,6 @@
|
|||
import textwrap
|
||||
import threading
|
||||
import time
|
||||
import types
|
||||
import unittest
|
||||
import warnings
|
||||
import weakref
|
||||
|
|
Loading…
Reference in New Issue