Commit 76e88eb
authored
Fix: remove hidden U+200E character from skip_sort_tables.txt in setup.py (#305)
Removes a hidden Unicode Left-to-Right Mark (U+200E) character that was appended to skip_sort_tables.txt on line 93 of setup.py. This invisible character could cause file lookup failures.
Co-authored-by: rookie-who <rookie-who@users.noreply.github.com>1 parent 41604b0 commit 76e88eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments