Skip to content

Commit 1a85965

Browse files
committed
refactor: fix backend scripts formatting
1 parent c43201e commit 1a85965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/osmosmjerka/database/private_lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ async def create_private_list(
422422
current_count = await self.get_user_current_list_count(user_id, language_set_id)
423423

424424
if current_count >= list_limit:
425-
raise ValueError(f"List limit reached ({list_limit} lists). " f"Current count: {current_count}")
425+
raise ValueError(f"List limit reached ({list_limit} lists). Current count: {current_count}")
426426

427427
# Check for duplicate name
428428
check_query = select(user_private_lists_table.c.id).where(

0 commit comments

Comments
 (0)