Refactor: introducing Ruff

This commit is contained in:
tsukumi
2024-03-07 19:52:34 +00:00
parent 3f07c256e3
commit 4d5c537f95
8 changed files with 26 additions and 21 deletions

View File

@@ -234,7 +234,6 @@ def refine_syllables(syllables):
return phonemes, tones
import re
import inflect
_inflect = inflect.engine()