Skip to content

Commit

Permalink
removed useless fstring in gpg/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lion Holler committed Jul 2, 2024
1 parent a0de081 commit 0e16ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securesystemslib/_gpg/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def parse_signature_packet(
signature = handler.get_signature_params(data[ptr:])

signature_data = {
"keyid": f"{keyid}",
"keyid": keyid,
"other_headers": binascii.hexlify(data[:other_headers_ptr]).decode(
"ascii"
),
Expand Down

0 comments on commit 0e16ce0

Please sign in to comment.