Skip to content

Commit

Permalink
[wip] springshare
Browse files Browse the repository at this point in the history
  • Loading branch information
jonavellecuerdo committed May 22, 2024
1 parent 628e003 commit a3ee3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmogrifier/sources/xml/springshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_dates(self, source_record_id: str, xml: Tag) -> list[timdex.Date]:
)
return dates

def get_links(self, source_record_id: str, xml: Tag) -> list[timdex.Link] | None:
def get_links(self, source_record_id: str, xml: Tag) -> list[timdex.Link]:
"""
Overrides OaiDc's default get_links() logic for Springshare records.
Expand Down

0 comments on commit a3ee3cf

Please sign in to comment.