Skip to content

Commit

Permalink
Turn off type hints enforcing for old samples
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamborski committed Nov 11, 2022
1 parent 51fb636 commit 445e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms/attestations/verify_attestation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import pem


def verify(attestation_file, bundle_file):
def verify(attestation_file: str, bundle_file: str):bool
"""Verifies an attestation using a bundle of certificates.
Args:
Expand Down

0 comments on commit 445e6a6

Please sign in to comment.