Skip to content

Commit

Permalink
autopep
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Dec 7, 2023
1 parent 2853103 commit 0318f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/core/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def safe_extract(tar, path=".", members=None, *, numeric_owner=False):

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


safe_extract(tar, extract_path)

elif zipfile.is_zipfile(archive_path):
Expand Down

0 comments on commit 0318f1e

Please sign in to comment.