Skip to content

Commit 89c1a69

Browse files
Convert to frozenset
1 parent e495afc commit 89c1a69

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

contribute.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
pulling_from_transifex: tuple[str, ...] = (
2-
'zh-cn',
3-
'pt-br',
4-
'ja',
5-
'uk',
6-
'pl',
7-
'ru',
8-
'fa',
9-
'id',
1+
pulling_from_transifex: frozenset[str] = frozenset(
2+
{'zh-cn', 'pt-br', 'ja', 'uk', 'pl', 'ru', 'fa', 'id'}
103
)
114

125
custom_contributing_links: dict[str, str] = {

0 commit comments

Comments
 (0)