Commit c53ae589 authored by Florent Xicluna's avatar Florent Xicluna

Drop unused import in unittest package.

parent ab1078b9
......@@ -9,8 +9,7 @@ import warnings
import collections
from . import result
from .util import (strclass, safe_repr, sorted_list_difference,
unorderable_list_difference, _count_diff_all_purpose,
from .util import (strclass, safe_repr, _count_diff_all_purpose,
_count_diff_hashable)
__unittest = True
......
......@@ -2,7 +2,6 @@
import sys
import os
import types
from . import loader, runner
from .signals import installHandler
......
"""Test result object"""
import os
import io
import sys
import traceback
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment