Skip to content

Commit 5b128d3

Browse files
committed
made linter happy
1 parent 5379f85 commit 5b128d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

middleware/metadata_scraper/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class MetadataScraperConfig(NamedTuple):
2323
url: Annotated[str, "The sitemap URL of the research data repository to scrape"]
2424
sitemap: Annotated[str, "The identifier of the sitemap parser to use"]
2525
metadata: Annotated[Optional[str], "The identifier of the metadata extractor to use"] = None
26-
commit: Annotated[Optional[bool], "If set to false, the harvedest metadata will not be commited to git"] = True
26+
commit: Annotated[Optional[bool],
27+
"If set to false, the harvedest metadata will not be commited to git"] = True
2728
# Unfortunately it's not feasible to nest NamedTuple's, so we use a dict here
2829
# instead of a HttpSessionConfig instance.
2930
http_client: Annotated[Optional[Dict],

0 commit comments

Comments
 (0)