mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-40443: Remove unused imports in tests (GH-19805)
This commit is contained in:
parent
69e802ed81
commit
57572b103e
17 changed files with 4 additions and 20 deletions
|
@ -5,7 +5,6 @@ from io import StringIO
|
|||
from pstats import SortKey
|
||||
|
||||
import pstats
|
||||
import time
|
||||
import cProfile
|
||||
|
||||
class AddCallersTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue