mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
gh-132983: Style improvements for `compression.zstd` (GH-133547)
(cherry picked from commit b44c824856)
Co-authored-by: Emma Smith <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
6 lines
60 B
Python
6 lines
60 B
Python
import bz2
|
|
__doc__ = bz2.__doc__
|
|
del bz2
|
|
|
|
from bz2 import *
|