Skip to content

Commit

Permalink
Add newline according to Black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismacdonaldw committed Apr 19, 2024
1 parent cdb3f62 commit 604a5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def perform_http_request(query, endpoint_url, user, password, output_format="CSV
print(f"Error {response.status_code} while querying: {query}")
return None


def process_pid_file(filepath):
"""
Process a file containing PIDs (Persistent Identifiers) and return a list of PIDs.
Expand Down

0 comments on commit 604a5a5

Please sign in to comment.