[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>
This commit is contained in:
Miss Islington (bot) 2025-05-14 14:39:43 +02:00 committed by GitHub
parent 275c8d5dbd
commit a962934106
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/zlib.py Normal file
View file

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