From 781a4620fa46ea2a483236273949f83504e6411c Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Tue, 23 Nov 2021 16:49:47 +0100
Subject: [PATCH] pep8

---
 inventory_provider/tasks/common.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inventory_provider/tasks/common.py b/inventory_provider/tasks/common.py
index 177429c9..82b7dd98 100644
--- a/inventory_provider/tasks/common.py
+++ b/inventory_provider/tasks/common.py
@@ -121,7 +121,8 @@ def set_latch(config, new_current, new_next, timestamp, update_timestamp):
             r, db, new_current, new_next, timestamp, update_timestamp)
 
 
-def set_single_latch(r, db, new_current, new_next, timestamp, update_timestamp):
+def set_single_latch(
+        r, db, new_current, new_next, timestamp, update_timestamp):
 
     latch = {
         'current': new_current,
-- 
GitLab