mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove redundant imports.
This commit is contained in:
parent
c53ae58954
commit
54540ec917
7 changed files with 6 additions and 12 deletions
|
@ -15,6 +15,7 @@ import tarfile
|
|||
|
||||
try:
|
||||
import bz2
|
||||
del bz2
|
||||
_BZ2_SUPPORTED = True
|
||||
except ImportError:
|
||||
_BZ2_SUPPORTED = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue