8000 leave default · keith/rules_python@e339e97 · GitHub
[go: up one dir, main page]

Skip to content

Commit e339e97

Browse files
committed
leave default
1 parent df887d6 commit e339e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wheelmaker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def __init__(
102102
filename,
103103
*,
104104
mode,
105-
compression,
106105
distribution_prefix: str,
107106
strip_path_prefixes=None,
107+
compression=zipfile.ZIP_DEFLATED,
108108
**kwargs,
109109
):
110110
self._distribution_prefix = distribution_prefix

0 commit comments

Comments
 (0)
0