Skip to content

Commit 331c723

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7f73cc2 commit 331c723

File tree

1 file changed

+2
-2
lines changed
  • nemo_text_processing/text_normalization/hi/taggers

1 file changed

+2
-2
lines changed

nemo_text_processing/text_normalization/hi/taggers/date.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def __init__(self, cardinal: GraphFst):
6363

6464
years_graph = pynutil.insert("year: \"") + graph_year + pynutil.insert("\"") + insert_space
6565

66-
graph_dd_mm = days_graph + delete_dash + months_graph
66+
graph_dd_mm = days_graph + delete_dash + months_graph
6767

68-
graph_mm_dd = months_graph + delete_dash + days_graph
68+
graph_mm_dd = months_graph + delete_dash + days_graph
6969

7070
graph_mm_dd += pynutil.insert(" preserve_order: true ")
7171

0 commit comments

Comments
 (0)