Skip to content

Commit 4a6a461

Browse files
committed
run fmt
1 parent 4b574ee commit 4a6a461

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

backend/tasks/scheduled/update_launchbox_metadata.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,8 @@ async def run(self, force: bool = False) -> dict[str, Any]:
281281
and platform_elem is not None
282282
and platform_elem.text
283283
):
284-
# The same dump filename exists on
285-
# several platforms, so the key has
286-
# to carry the platform too.
284+
# The same dump filename exists on several platforms,
285+
# so the key has to carry the platform too.
287286
await writer.hset(
288287
LAUNCHBOX_FILES_KEY,
289288
f"{filename_elem.text.strip().lower()}"

0 commit comments

Comments
 (0)