diff options
Diffstat (limited to 'Lib/test/test_pstats.py')
-rw-r--r-- | Lib/test/test_pstats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pstats.py b/Lib/test/test_pstats.py index f3a6e586c3..10559deb6b 100644 --- a/Lib/test/test_pstats.py +++ b/Lib/test/test_pstats.py @@ -5,7 +5,6 @@ from io import StringIO from pstats import SortKey import pstats -import time import cProfile class AddCallersTestCase(unittest.TestCase): |