Skip to content

Commit

Permalink
console.utility: format in accordance with PEP 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed May 30, 2024
1 parent 6bb76a3 commit 127a4bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions physionet-django/console/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ def generate_doi_payload(project, core_project=False, event="draft"):
elif event == "publish":
# add parent if not core project
relation = [{
"relationType": "IsVersionOf",
"relatedIdentifier": project.core_project.doi,
"relatedIdentifierType": "DOI"
"relationType": "IsVersionOf",
"relatedIdentifier": project.core_project.doi,
"relatedIdentifierType": "DOI",
}]
else:
relation = []
Expand Down

0 comments on commit 127a4bb

Please sign in to comment.