Skip to content

Commit 1bb6853

Browse files
remove whitespace
1 parent 7dcab16 commit 1bb6853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pippin/config.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import tarfile
99
import gzip
1010

11-
1211
def compress_dir(output_filename, source_dir):
1312
logging.info(f"Compressing {source_dir} to {output_filename}")
1413
with tarfile.open(output_filename, "w:gz") as tar:

0 commit comments

Comments
 (0)