From 2d9775373a4d01c51971524e3afd6ca362b466ff Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 13 Aug 2020 16:12:57 +0200 Subject: [PATCH] pep8 --- inventory_provider/routes/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory_provider/routes/common.py b/inventory_provider/routes/common.py index 04fcf283..e1821391 100644 --- a/inventory_provider/routes/common.py +++ b/inventory_provider/routes/common.py @@ -183,7 +183,6 @@ def load_json_docs(config_params, key_pattern, num_threads=10): t['queue'].put(None) num_finished = 0 - tasks = {} # read values from response_queue until we receive # None len(threads) times while num_finished < len(threads): -- GitLab