bpo-35202: Remove unused imports in tests. (GH-10561)

This commit is contained in:
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 2018-11-16 21:02:58 +05:30 committed by Serhiy Storchaka
parent 4edeaeac4c
commit 90d0cfb222
17 changed files with 1 additions and 18 deletions

View file

@ -2,7 +2,6 @@ import contextlib
import copy
import inspect
import pickle
import re
import sys
import types
import unittest