mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #25220, libregrtest: Remove unused import
This commit is contained in:
parent
6448b8041a
commit
86e8c31b8d
1 changed files with 0 additions and 4 deletions
|
|
@ -19,10 +19,6 @@ try:
|
|||
import gc
|
||||
except ImportError:
|
||||
gc = None
|
||||
try:
|
||||
import threading
|
||||
except ImportError:
|
||||
threading = None
|
||||
|
||||
|
||||
# When tests are run from the Python build directory, it is best practice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue