From 1a2e244f71fe927d68be8c7bde07fd499561d1c0 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 7 Oct 2020 14:42:20 +0200
Subject: [PATCH] pep8

---
 inventory_provider/routes/classifier.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/inventory_provider/routes/classifier.py b/inventory_provider/routes/classifier.py
index 177f9312..fe1a7496 100644
--- a/inventory_provider/routes/classifier.py
+++ b/inventory_provider/routes/classifier.py
@@ -242,8 +242,6 @@ def ix_peering_info(peer_info):
 
     keyword = description.split(' ')[0]  # regex needed??? (e.g. tabs???)
 
-    r = common.get_current_redis()
-
     for doc in common.load_json_docs(
             config_params=current_app.config['INVENTORY_PROVIDER_CONFIG'],
             key_pattern='ix_public_peer:*',
-- 
GitLab