mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-132983: Style improvements for compression.zstd
(#133547)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
e7ad59bd73
commit
b44c824856
8 changed files with 62 additions and 61 deletions
5
Lib/compression/lzma.py
Normal file
5
Lib/compression/lzma.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import lzma
|
||||
__doc__ = lzma.__doc__
|
||||
del lzma
|
||||
|
||||
from lzma import *
|
Loading…
Add table
Add a link
Reference in a new issue