mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +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
|
import gc
|
||||||
except ImportError:
|
except ImportError:
|
||||||
gc = None
|
gc = None
|
||||||
try:
|
|
||||||
import threading
|
|
||||||
except ImportError:
|
|
||||||
threading = None
|
|
||||||
|
|
||||||
|
|
||||||
# When tests are run from the Python build directory, it is best practice
|
# When tests are run from the Python build directory, it is best practice
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue