mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove unused support.run_unittest imports.
It is not needed since tests use unittest.main().
This commit is contained in:
parent
8153ac8f00
commit
e4fbb0206d
15 changed files with 6 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# Check every path through every method of UserDict
|
||||
|
||||
from test import support, mapping_tests
|
||||
from test import mapping_tests
|
||||
import unittest
|
||||
import collections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue