Fix lint
diff --git a/staffeln/conf/conductor.py b/staffeln/conf/conductor.py
index 33160cf..ff39f13 100755
--- a/staffeln/conf/conductor.py
+++ b/staffeln/conf/conductor.py
@@ -115,7 +115,9 @@
coordination_opts = [
- cfg.StrOpt("backend_url", default="", help=_("lock coordination connection backend URL.")),
+ cfg.StrOpt(
+ "backend_url", default="", help=_("lock coordination connection backend URL.")
+ ),
]
@@ -133,5 +135,5 @@
return {
"DEFAULT": rotation_opts,
conductor_group: backup_opts,
- coordination_group: coordination_opts
+ coordination_group: coordination_opts,
}