diff --git a/userCode/main.py b/userCode/main.py index de0aaf89..fdfea8ad 100644 --- a/userCode/main.py +++ b/userCode/main.py @@ -195,9 +195,9 @@ def gleaner_config(context: AssetExecutionContext): sources = [] names: set[str] = set() - assert ( - len(Lines) > 0 - ), f"No sitemaps found in sitemap index {REMOTE_GLEANER_SITEMAP}" + assert len(Lines) > 0, ( + f"No sitemaps found in sitemap index {REMOTE_GLEANER_SITEMAP}" + ) for line in Lines: basename = REMOTE_GLEANER_SITEMAP.removesuffix(".xml") @@ -435,7 +435,6 @@ def nabu_prov_clear(context: OpExecutionContext): "--cfg", "nabuconfig.yaml", "clear", - "--dangerous", "--endpoint", GLEANERIO_PROVGRAPH_ENDPOINT, ]