From 65eb5f03e53708249860a65fc28192fd092189df Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Fri, 28 May 2021 17:17:06 +0200
Subject: [PATCH] pep8

---
 inventory_provider/routes/lnetd.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inventory_provider/routes/lnetd.py b/inventory_provider/routes/lnetd.py
index e0f9e778..30131ccc 100644
--- a/inventory_provider/routes/lnetd.py
+++ b/inventory_provider/routes/lnetd.py
@@ -50,7 +50,6 @@ INTERFACE_LIST_SCHEMA = {
 }
 
 
-
 def _add_snmp_indexes(interfaces, hostname=None):
     """
     generator that adds snmp ifIndex to each interface, if available
-- 
GitLab