Skip to content

Commit

Permalink
chore(SPACE_DELIMITED_DICT_FIELDS): New lines and capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 3, 2024
1 parent 133b4c9 commit f5d74e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/unihan_etl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@
)

#: Fields with multiple values UNIHAN delimits by spaces -> dict
SPACE_DELIMITED_DICT_FIELDS = ("kHanYu", "kXHC1983", "kMandarin", "kTotalStrokes")
SPACE_DELIMITED_DICT_FIELDS = (
"kHanYu",
"kMandarin",
"kTotalStrokes",
"kXHC1983",
)

#: Fields with multiple values UNIHAN delimits by spaces -> list
SPACE_DELIMITED_LIST_FIELDS = (
Expand Down

0 comments on commit f5d74e9

Please sign in to comment.