mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Remove unused imports in test modules.
This commit is contained in:
parent
dc3694bee0
commit
a4f46e1292
74 changed files with 40 additions and 135 deletions
|
@ -1,12 +1,12 @@
|
|||
# Python test set -- built-in functions
|
||||
|
||||
import platform
|
||||
import test.test_support, unittest
|
||||
import unittest
|
||||
from test.test_support import fcmp, have_unicode, TESTFN, unlink, \
|
||||
run_unittest, run_with_locale
|
||||
run_unittest
|
||||
from operator import neg
|
||||
|
||||
import sys, warnings, cStringIO, random, fractions, UserDict
|
||||
import sys, warnings, cStringIO, random, UserDict
|
||||
warnings.filterwarnings("ignore", "hex../oct.. of negative int",
|
||||
FutureWarning, __name__)
|
||||
warnings.filterwarnings("ignore", "integer argument expected",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue