From 409e12a9d60901ef35449058774bb610c6ddbdeb Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Wed, 14 Oct 2020 10:03:44 -0700 Subject: [PATCH] Update models.py lint --- lemur/authorities/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/authorities/models.py b/lemur/authorities/models.py index ba0516fd..cced3ed1 100644 --- a/lemur/authorities/models.py +++ b/lemur/authorities/models.py @@ -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 """