Skip to content

Commit 0318f1e

Browse files
committed
autopep
1 parent 2853103 commit 0318f1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/core/fetch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def safe_extract(tar, path=".", members=None, *, numeric_owner=False):
254254

255255
tar.extractall(path, members, numeric_owner=numeric_owner)
256256

257-
258257
safe_extract(tar, extract_path)
259258

260259
elif zipfile.is_zipfile(archive_path):

0 commit comments

Comments
 (0)