[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-09-23 12:51:53 +00:00
parent 732e9ce1e3
commit 0ebd76b91c
5 changed files with 22 additions and 18 deletions

View File

@@ -118,7 +118,7 @@ ja_symbols = [
"z",
"zy",
]
for x in range(ord('a'), ord('z')+1):
for x in range(ord("a"), ord("z") + 1):
ja_symbols.append(chr(x).upper())
num_ja_tones = 1