Drop unused import in unittest package.

This commit is contained in:
Florent Xicluna 2011-11-04 08:25:54 +01:00
parent ab1078b987
commit c53ae58954
4 changed files with 1 additions and 5 deletions

View file

@ -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