From 3dcea21454f8899d4c3a47873578fad47618dd69 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 2 Dec 2024 17:29:15 +0000 Subject: [PATCH] Tidy --- trustgraph-cli/scripts/tg-load-kg-core | 1 - 1 file changed, 1 deletion(-) diff --git a/trustgraph-cli/scripts/tg-load-kg-core b/trustgraph-cli/scripts/tg-load-kg-core index e2d0a405..4e207cf1 100755 --- a/trustgraph-cli/scripts/tg-load-kg-core +++ b/trustgraph-cli/scripts/tg-load-kg-core @@ -93,7 +93,6 @@ async def loader(ge_queue, t_queue, path, format, user, collection): if collection: unpacked["metadata"]["collection"] = collection - if unpacked[0] == "t": await t_queue.put(unpacked[1]) t_counts += 1