mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Drop unused import in unittest package.
This commit is contained in:
parent
ab1078b987
commit
c53ae58954
4 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue