Remove redundant items from rep_map.

This commit is contained in:
HaTiWinter 2024-07-22 14:44:53 +08:00 committed by GitHub
parent 4f8e1660af
commit 1aea0b5dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ rep_map = {
"...": "",
"$": ".",
"/": ",",
"": "-",
"~": "",
"":"",
}