Skip to content

Commit

Permalink
style: reformat word_normal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CapooL authored Mar 28, 2024
1 parent dc30d47 commit c6c4f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hinghwa-dict-backend/word/word/dto/word_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def word_normal(word: Word) -> dict:
"related_articles": related_articles,
"standard_ipa": word.standard_ipa,
"standard_pinyin": word.standard_pinyin,
"tags": tags_list
"tags": tags_list,
}
return response

0 comments on commit c6c4f9e

Please sign in to comment.