bpo-35202: Remove unused imports in Lib directory (GH-10450)

This commit is contained in:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 2018-11-15 18:29:19 +05:30 committed by INADA Naoki
parent 25221b3283
commit 70f61b933f
5 changed files with 0 additions and 5 deletions

View file

@ -15,7 +15,6 @@ import sys
import sysconfig
import tempfile
import textwrap
import threading
import unittest
from test import libregrtest
from test import support