mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
gh-132983: Style improvements for `compression.zstd` (GH-133547) (cherry picked from commit b44c824856a351472a9627da066bfbde9d8ae64e) Co-authored-by: Emma Smith <emma@emmatyping.dev> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
6 lines
60 B
Python
6 lines
60 B
Python
import bz2
|
|
__doc__ = bz2.__doc__
|
|
del bz2
|
|
|
|
from bz2 import *
|