mirror of
https://github.com/pstrueb/piper.git
synced 2026-06-03 10:27:01 +00:00
Clean up
This commit is contained in:
@@ -8,8 +8,8 @@ from .phonemize import DEFAULT_PHONEME_ID_MAP
|
||||
|
||||
|
||||
def main() -> None:
|
||||
used_phonemes: Counter[str] = Counter()
|
||||
missing_phonemes: Counter[str] = Counter()
|
||||
used_phonemes: "Counter[str]" = Counter()
|
||||
missing_phonemes: "Counter[str]" = Counter()
|
||||
|
||||
for line in sys.stdin:
|
||||
line = line.strip()
|
||||
|
||||
Reference in New Issue
Block a user