Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Aug 22, 2024
1 parent 2ee79d0 commit 5dabf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openscm_zenodo/zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,4 +950,4 @@ def get_reserved_doi(zenodo_record_response: requests.models.Response) -> str:
:
The record's reserved DOI
"""
return zenodo_record_response.json()["metadata"]["prereserve_doi"]["doi"]
return str(zenodo_record_response.json()["metadata"]["prereserve_doi"]["doi"])

0 comments on commit 5dabf4d

Please sign in to comment.