Skip to content

Commit a520a2b

Browse files
folivoramanhmgrafu
authored andcommitted
remove unuse import (#340)
Signed-off-by: folivoramanh <[email protected]> Signed-off-by: Mariana Graterol Fuenmayor <[email protected]>
1 parent ea3fde6 commit a520a2b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

nemo_text_processing/text_normalization/vi/taggers/ordinal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import os
1615
import pynini
1716
from pynini.lib import pynutil
1817

nemo_text_processing/text_normalization/vi/verbalizers/money.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from nemo_text_processing.text_normalization.vi.graph_utils import (
1919
NEMO_COMMA_VI,
2020
NEMO_NOT_QUOTE,
21-
NEMO_SPACE,
2221
GraphFst,
2322
delete_preserve_order,
2423
delete_space,

nemo_text_processing/text_normalization/vi/verbalizers/roman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import pynini
1616
from pynini.lib import pynutil
1717

18-
from nemo_text_processing.text_normalization.vi.graph_utils import NEMO_NOT_QUOTE, NEMO_SIGMA, GraphFst, delete_space
18+
from nemo_text_processing.text_normalization.vi.graph_utils import NEMO_NOT_QUOTE, GraphFst, delete_space
1919

2020

2121
class RomanFst(GraphFst):

0 commit comments

Comments
 (0)