Skip to content

Commit 05f45fd

Browse files
committed
fix linting errors
1 parent 3c64f10 commit 05f45fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reindexer/scripts/start_reindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def start_reindex(ctx, src, dst, mode, input_file):
215215

216216
if src == "all":
217217
warning_message = (
218-
f"Warning: Sending Miro at the same time as everything else "
218+
"Warning: Sending Miro at the same time as everything else "
219219
"may result in the erroneous creation of Image records.\nContinue?"
220220
)
221221
click.confirm(click.style(warning_message, "yellow"), abort=True)

scripts/miro_updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def update_miro_image_suppressions_doc():
422422

423423
def register_on_dlcs(origin_url, miro_id):
424424
dlcs_response = dlcs_api_client().post(
425-
f"https://api.dlcs.io/customers/2/queue/priority",
425+
"https://api.dlcs.io/customers/2/queue/priority",
426426
json={
427427
"@type": "Collection",
428428
"member": [

0 commit comments

Comments
 (0)