From 54631355c4c82cb27956d14073f9bd25000383e8 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Thu, 17 Jul 2025 19:42:36 +0100 Subject: [PATCH] Fix typo --- trustgraph-flow/trustgraph/extract/kg/agent/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustgraph-flow/trustgraph/extract/kg/agent/extract.py b/trustgraph-flow/trustgraph/extract/kg/agent/extract.py index dcaeff57..9d5b6c6d 100644 --- a/trustgraph-flow/trustgraph/extract/kg/agent/extract.py +++ b/trustgraph-flow/trustgraph/extract/kg/agent/extract.py @@ -17,7 +17,7 @@ default_config_key = "prompt" class Processor(FlowProcessor): - def __init__(self, , **params): + def __init__(self, **params): id = params.get("id") concurrency = params.get("concurrency", 1)