Reorder imports

This commit is contained in:
oobabooga
2023-04-06 20:21:13 -03:00
parent 38258c4471
commit e80d0b0160
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import re
from num2words import num2words
from num2words import num2words
alphabet_map = {
"A": " Ei ",