mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00

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>
5 lines
64 B
Python
5 lines
64 B
Python
import lzma
|
|
__doc__ = lzma.__doc__
|
|
del lzma
|
|
|
|
from lzma import *
|