Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Aug 8, 2024
1 parent 95c6577 commit 35c2d92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fido2/mds3.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ def ca_lookup(self, result, auth_data):

# Figure out which root to use
if not entry.metadata_statement:
logging.warning("Matched entry has no metadata_statement, can't validate!")
logging.warning(
"Matched entry has no metadata_statement, can't validate!"
)
return None

issuer = x509.load_der_x509_certificate(
Expand Down

0 comments on commit 35c2d92

Please sign in to comment.