Skip to content

Commit e7840ad

Browse files
committed
Replace compressionLevel_values re-export with COMPRESSION_LEVEL_DEFAULT
1 parent e175acd commit e7840ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/compression/zstd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__all__ = (
66
# compression.zstd
7-
"compressionLevel_values",
7+
"COMPRESSION_LEVEL_DEFAULT",
88
"compress",
99
"CParameter",
1010
"decompress",

0 commit comments

Comments
 (0)