Skip to content

Commit

Permalink
Remove ds0000X
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet authored Jun 23, 2023
1 parent 4ad0ef3 commit 879202b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bids_prov/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def get_default_graph(label: str, context_url: str = CONTEXT_URL, soft_ver: str
return {
"@context": context_url,
"BIDSProvVersion": "dev", # TODO ?
"@id": "http://example.org/ds00000X", # TODO ?
"records": {
"prov:Agent": [
{
Expand Down Expand Up @@ -148,4 +147,4 @@ def writing_jsonld(graph, indent, output_file):

with open(output_file, "w") as fd:
json.dump(graph, fd, indent=indent)
return False
return False

0 comments on commit 879202b

Please sign in to comment.