mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-84623: Remove unused imports in tests (#93772)
This commit is contained in:
parent
65ff27c7d3
commit
3ceb4b8d3a
52 changed files with 8 additions and 65 deletions
|
@ -10,9 +10,7 @@ import calendar
|
|||
import threading
|
||||
import socket
|
||||
|
||||
from test.support import (verbose,
|
||||
run_with_tz, run_with_locale, cpython_only,
|
||||
requires_working_socket)
|
||||
from test.support import verbose, run_with_tz, run_with_locale, cpython_only
|
||||
from test.support import hashlib_helper
|
||||
from test.support import threading_helper
|
||||
from test.support import warnings_helper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue