Skip to content

Commit

Permalink
SigstoreSigner: lint workaround
Browse files Browse the repository at this point in the history
Cheeky rename of the unused argument: this takes us below the
too-many-locals limit.
  • Loading branch information
jku committed Oct 2, 2023
1 parent f6da034 commit 95c3c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securesystemslib/signer/_sigstore_signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def from_priv_key_uri(
cls,
priv_key_uri: str,
public_key: Key,
secrets_handler: Optional[SecretsHandler] = None,
_secrets_handler: Optional[SecretsHandler] = None,
) -> "SigstoreSigner":
# pylint: disable=import-outside-toplevel
try:
Expand Down

0 comments on commit 95c3c79

Please sign in to comment.