Skip to content

Commit d2cd91a

Browse files
committed
SigstoreSigner: lint workaround
Cheeky rename of the unused argument: this takes us below the too-many-locals limit.
1 parent d0099e6 commit d2cd91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securesystemslib/signer/_sigstore_signer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def from_priv_key_uri(
137137
cls,
138138
priv_key_uri: str,
139139
public_key: Key,
140-
secrets_handler: Optional[SecretsHandler] = None,
140+
_secrets_handler: Optional[SecretsHandler] = None,
141141
) -> "SigstoreSigner":
142142
# pylint: disable=import-outside-toplevel
143143
try:

0 commit comments

Comments
 (0)