mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #23277: Remove unused support.run_unittest import.
This commit is contained in:
parent
c7f44aa99a
commit
597d15afe4
15 changed files with 4 additions and 16 deletions
|
|
@ -22,7 +22,7 @@ except ImportError:
|
|||
from io import BytesIO, StringIO
|
||||
from fileinput import FileInput, hook_encoded
|
||||
|
||||
from test.support import verbose, TESTFN, run_unittest, check_warnings
|
||||
from test.support import verbose, TESTFN, check_warnings
|
||||
from test.support import unlink as safe_unlink
|
||||
from test import support
|
||||
from unittest import mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue