Fix flake8/linting errors

This commit is contained in:
Mathias Petermann 2020-09-23 16:57:48 +02:00
parent eed628dbab
commit 7e6fb740b3
1 changed files with 1 additions and 0 deletions

View File

@ -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.