Skip to content

Commit 0fa2468

Browse files
committed
Turn off type hints enforcing for old samples
1 parent b735728 commit 0fa2468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms/attestations/verify_attestation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import pem
3232

3333

34-
def verify(attestation_file, bundle_file):
34+
def verify(attestation_file: str, bundle_file: str):bool
3535
"""Verifies an attestation using a bundle of certificates.
3636
3737
Args:

0 commit comments

Comments
 (0)