mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-102515: Remove unused imports in the Lib/
directory (#102516)
This commit is contained in:
parent
7d801f245e
commit
401d7a7f00
33 changed files with 8 additions and 41 deletions
|
@ -11,7 +11,7 @@ support.requires(
|
|||
'test requires loads of disk-space bytes and a long time to run'
|
||||
)
|
||||
|
||||
import zipfile, os, unittest
|
||||
import zipfile, unittest
|
||||
import time
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue