Update models.py

lint
This commit is contained in:
Hossein Shafagh 2020-10-14 10:03:44 -07:00 committed by GitHub
parent 894e35b4e2
commit 409e12a9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Authority(db.Model):
@property
def is_cab_compliant(self):
"""
Parse the options to find whether authority is CAB Forum Compliant
Parse the options to find whether authority is CAB Forum Compliant,
i.e., adhering to the CA/Browser Forum Baseline Requirements.
Returns None if option is not available
"""