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)