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:
Emma Smith 2025-05-14 05:08:27 -07:00 committed by GitHub
parent e7ad59bd73
commit b44c824856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 62 additions and 61 deletions

5
Lib/compression/lzma.py Normal file
View file

@ -0,0 +1,5 @@
import lzma
__doc__ = lzma.__doc__
del lzma
from lzma import *