Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Dec 17, 2024
1 parent 3c64f10 commit 05f45fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reindexer/scripts/start_reindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def start_reindex(ctx, src, dst, mode, input_file):

if src == "all":
warning_message = (
f"Warning: Sending Miro at the same time as everything else "
"Warning: Sending Miro at the same time as everything else "
"may result in the erroneous creation of Image records.\nContinue?"
)
click.confirm(click.style(warning_message, "yellow"), abort=True)
Expand Down
2 changes: 1 addition & 1 deletion scripts/miro_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def update_miro_image_suppressions_doc():

def register_on_dlcs(origin_url, miro_id):
dlcs_response = dlcs_api_client().post(
f"https://api.dlcs.io/customers/2/queue/priority",
"https://api.dlcs.io/customers/2/queue/priority",
json={
"@type": "Collection",
"member": [
Expand Down

0 comments on commit 05f45fd

Please sign in to comment.