summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_regrtest.py
diff options
context:
space:
mode:
authorSrinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>2018-11-15 12:59:19 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-11-15 12:59:19 (GMT)
commit70f61b933f5f4bbb28d2c1a2ebf3a555513e67b0 (patch)
treec72d91c273d2d1b61e226157644c6d19258b782c /Lib/test/test_regrtest.py
parent25221b328339fb1726b58742e91b6e49c178023a (diff)
downloadcpython-70f61b933f5f4bbb28d2c1a2ebf3a555513e67b0.zip
cpython-70f61b933f5f4bbb28d2c1a2ebf3a555513e67b0.tar.gz
cpython-70f61b933f5f4bbb28d2c1a2ebf3a555513e67b0.tar.bz2
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Diffstat (limited to 'Lib/test/test_regrtest.py')
-rw-r--r--Lib/test/test_regrtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_regrtest.py b/Lib/test/test_regrtest.py
index f923311..8c52380 100644
--- a/Lib/test/test_regrtest.py
+++ b/Lib/test/test_regrtest.py
@@ -15,7 +15,6 @@ import sys
import sysconfig
import tempfile
import textwrap
-import threading
import unittest
from test import libregrtest
from test import support