diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 07:25:54 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 07:25:54 (GMT) |
commit | c53ae589548e37c4bd86f03294a27667978a51f8 (patch) | |
tree | 4d02f1f5bf4d612dcaab941d42ea4bcc2c6b9066 /Lib/unittest/test | |
parent | ab1078b987720c99a7d96b1ce915bc15c8749d64 (diff) | |
download | cpython-c53ae589548e37c4bd86f03294a27667978a51f8.zip cpython-c53ae589548e37c4bd86f03294a27667978a51f8.tar.gz cpython-c53ae589548e37c4bd86f03294a27667978a51f8.tar.bz2 |
Drop unused import in unittest package.
Diffstat (limited to 'Lib/unittest/test')
-rw-r--r-- | Lib/unittest/test/_test_warnings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/unittest/test/_test_warnings.py b/Lib/unittest/test/_test_warnings.py index d0be18d..5cbfb53 100644 --- a/Lib/unittest/test/_test_warnings.py +++ b/Lib/unittest/test/_test_warnings.py @@ -10,7 +10,6 @@ combinations of warnings args and -W flags and check that the output is correct. See #10535. """ -import io import sys import unittest import warnings |