Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Sep 9, 2024
1 parent 7f09407 commit 9c2656a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publication.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def process_publication(ctx, vault_package):
# Set the link to previous publication state
publication_state["baseDOI"] = previous_publication_state["baseDOI"]
publication_state["baseDOIMinted"] = previous_publication_state["baseDOIMinted"]
publication_state["baseRandomId"] = previous_publication_state["baseRandomId"] #TODO: what is this
publication_state["baseRandomId"] = previous_publication_state["baseRandomId"] # TODO: what is this

# Create base DOI if it does not exist in the previous publication state.
elif "baseDOI" not in previous_publication_state:
Expand Down
4 changes: 2 additions & 2 deletions troubleshoot_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
__all__ = ['rule_batch_troubleshoot_published_data_packages']

import json
import requests

import genquery
import requests

import datacite
from publication import get_publication_config
from meta import vault_metadata_matches_schema
from publication import get_publication_config
from util import *


Expand Down

0 comments on commit 9c2656a

Please sign in to comment.