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

This commit is contained in:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 2018-11-10 12:52:02 +05:30 committed by Serhiy Storchaka
parent 43a74abb3a
commit b9498e2367
7 changed files with 0 additions and 9 deletions

View file

@ -4,7 +4,6 @@ import random
from test import support
import _thread as thread
import time
import sys
import weakref
from test import lock_tests