Skip to content

Commit

Permalink
views: FAIR signposting level 1 support (remove comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit committed Feb 24, 2025
1 parent 3d02a6c commit aa0c5f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def fair_signposting_tostring(cls, record):
"""Stringify a FAIR Signposting record."""
links = []
for rel, values in record.items():
# if rel not in excluded_keys:
for value in values:
link = f'<{value["href"]}> ; rel="{rel}"'
if "type" in value:
Expand Down

0 comments on commit aa0c5f2

Please sign in to comment.