options not needed any more

This commit is contained in:
sirferl 2020-12-08 11:05:55 +01:00
parent 9a38052868
commit 8a10b861be
1 changed files with 0 additions and 9 deletions

View File

@ -319,15 +319,6 @@ class EntrustSourcePlugin(SourcePlugin):
author = "sirferl"
author_url = "https://github.com/sirferl/lemur"
options = [
{
"name": "dummy",
"type": "str",
"required": False,
"validation": "/^[0-9]{12,12}$/",
"helpMessage": "Just to prevent error",
}
]
def __init__(self, *args, **kwargs):
"""Initialize the issuer with the appropriate details."""