Fix flake8/linting errors
This commit is contained in:
parent
eed628dbab
commit
7e6fb740b3
|
@ -54,6 +54,7 @@ def update_options(authority_id, options):
|
||||||
|
|
||||||
return database.update(authority)
|
return database.update(authority)
|
||||||
|
|
||||||
|
|
||||||
def mint(**kwargs):
|
def mint(**kwargs):
|
||||||
"""
|
"""
|
||||||
Creates the authority based on the plugin provided.
|
Creates the authority based on the plugin provided.
|
||||||
|
|
Loading…
Reference in New Issue