Skip to content

Commit b7b4191

Browse files
author
Lukas Puehringer
committed
lint: disable sigstore verify import warning
Appease linter w/o installing optional requirement in linter run. Signed-off-by: Lukas Puehringer <[email protected]>
1 parent 2b19bae commit b7b4191

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
@@ -83,7 +83,7 @@ def to_dict(self) -> Dict:
8383
}
8484

8585
def verify_signature(self, signature: Signature, data: bytes) -> None:
86-
# pylint: disable=import-outside-toplevel
86+
# pylint: disable=import-outside-toplevel,import-error
8787
try:
8888
from sigstore.verify import VerificationMaterials, Verifier
8989
from sigstore.verify.policy import Identity

0 commit comments

Comments
 (0)