mirror of
https://github.com/python/cpython.git
synced 2025-09-09 10:21:43 +00:00
Remove unused imports.
This commit is contained in:
parent
5bb8b9134b
commit
70d28a184c
43 changed files with 0 additions and 60 deletions
|
@ -1,15 +1,11 @@
|
|||
import unittest
|
||||
from test import support
|
||||
from contextlib import closing
|
||||
import enum
|
||||
import gc
|
||||
import pickle
|
||||
import select
|
||||
import signal
|
||||
import socket
|
||||
import struct
|
||||
import subprocess
|
||||
import traceback
|
||||
import sys, os, time, errno
|
||||
from test.support.script_helper import assert_python_ok, spawn_python
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue