diff options
Diffstat (limited to 'Lib/test/test_profile.py')
-rw-r--r-- | Lib/test/test_profile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_profile.py b/Lib/test/test_profile.py index 699fe4a..cd7ec58 100644 --- a/Lib/test/test_profile.py +++ b/Lib/test/test_profile.py @@ -1,6 +1,5 @@ """Test suite for the profile module.""" -import os import sys import pstats import unittest |