cpython/Lib/compression/bz2.py
Miss Islington (bot) a962934106
[3.14] gh-132983: Style improvements for compression.zstd (GH-133547) (#134001)
gh-132983: Style improvements for `compression.zstd` (GH-133547)
(cherry picked from commit b44c824856)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2025-05-14 12:39:43 +00:00

5 lines
60 B
Python

import bz2
__doc__ = bz2.__doc__
del bz2
from bz2 import *