From 7e6fb740b3bf843a65730c60f813e759c37fc217 Mon Sep 17 00:00:00 2001 From: Mathias Petermann Date: Wed, 23 Sep 2020 16:57:48 +0200 Subject: [PATCH] Fix flake8/linting errors --- lemur/authorities/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lemur/authorities/service.py b/lemur/authorities/service.py index c734f408..0913e629 100644 --- a/lemur/authorities/service.py +++ b/lemur/authorities/service.py @@ -54,6 +54,7 @@ def update_options(authority_id, options): return database.update(authority) + def mint(**kwargs): """ Creates the authority based on the plugin provided.