Kaydet (Commit) c53ae589 authored tarafından Florent Xicluna's avatar Florent Xicluna

Drop unused import in unittest package.

üst ab1078b9
...@@ -9,8 +9,7 @@ import warnings ...@@ -9,8 +9,7 @@ import warnings
import collections import collections
from . import result from . import result
from .util import (strclass, safe_repr, sorted_list_difference, from .util import (strclass, safe_repr, _count_diff_all_purpose,
unorderable_list_difference, _count_diff_all_purpose,
_count_diff_hashable) _count_diff_hashable)
__unittest = True __unittest = True
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
import sys import sys
import os import os
import types
from . import loader, runner from . import loader, runner
from .signals import installHandler from .signals import installHandler
......
"""Test result object""" """Test result object"""
import os
import io import io
import sys import sys
import traceback import traceback
......
...@@ -10,7 +10,6 @@ combinations of warnings args and -W flags and check that the output is correct. ...@@ -10,7 +10,6 @@ combinations of warnings args and -W flags and check that the output is correct.
See #10535. See #10535.
""" """
import io
import sys import sys
import unittest import unittest
import warnings 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