Commit 22d7e84
authored
Update import order for unidecode vs text_unidecode (un33k#126)
AS is `text_unidecode` is install_requires it is always present in the python environment,
it makes sense to try import optinal dependency `unidecode` first, and only then fallback
to `text_unidecode`.1 parent 93d15b7 commit 22d7e84
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments