Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Apr 17, 2024
1 parent 71acb70 commit 659b13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-html-datatables.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ def json2datatable(
"license",
],
"is_1d": False,
"intro": f'{link_header}List of registered models. Visit the {cordex_cv_repo} to register or update your model.',
"intro": f"{link_header}List of registered models. Visit the {cordex_cv_repo} to register or update your model.",
"column_as_link": "source_id",
"column_as_link_source": "further_info_url",
},
"institution_id": {
"columns": ["institution_id", "institution"],
"is_1d": True,
"intro": f'{link_header}List of registered institutions. Visit the {cordex_cv_repo} to register or update your institution details.',
"intro": f"{link_header}List of registered institutions. Visit the {cordex_cv_repo} to register or update your institution details.",
},
}

Expand Down

0 comments on commit 659b13d

Please sign in to comment.