Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
awestover committed Jul 26, 2023
1 parent 0657a85 commit 9d34559
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/combine_control_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# for all extensions in extensions subdir.
import argparse
import json
import subprocess
from pathlib import Path

"""
Expand Down Expand Up @@ -60,9 +61,6 @@
"archive_path": f"{BUILD_TAG}/{pg_version}/extensions/{extension.name}.tar.zst",
}
elif extension.suffix == ".zst":
import subprocess
import os

file_list = (
str(subprocess.check_output(["tar", "tf", str(extension)]), "utf-8")
.strip()
Expand Down

0 comments on commit 9d34559

Please sign in to comment.