Skip to content

Commit 9e7b229

Browse files
Update tools/ci_build/github/windows/sign_java_artifacts.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85e30cb commit 9e7b229

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/ci_build/github/windows/sign_java_artifacts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def clean_gpg_trustdb() -> None:
2323
print(f"Warning: failed to delete GPG trust database at {trustdb_path}: {e}")
2424

2525

26-
2726
def get_gpg_path() -> Path:
2827
"""Finds the path to the GPG executable."""
2928
if platform.system() == "Windows":

0 commit comments

Comments
 (0)