Skip to content

Commit e272425

Browse files
unused var
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
1 parent b9a8bae commit e272425

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sigstore/sign.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,6 @@ def sign_artifact(
281281

282282
cert = self._signing_cert()
283283

284-
# Prepare inputs
285-
b64_cert = base64.b64encode(
286-
cert.public_bytes(encoding=serialization.Encoding.PEM)
287-
)
288-
289284
# Sign artifact
290285
hashed_input = sha256_digest(input_)
291286

0 commit comments

Comments
 (0)