Skip to content

Commit 09090b3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e58be4f commit 09090b3

File tree

1 file changed

+1
-3
lines changed
  • nemo_text_processing/text_normalization/hi/taggers

1 file changed

+1
-3
lines changed

nemo_text_processing/text_normalization/hi/taggers/date.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ def __init__(self, cardinal: GraphFst):
8484

8585
graph_mm_dd_yyyy += pynutil.insert(" preserve_order: true ")
8686

87-
graph_mm_yyyy = (
88-
months_graph + delete_dash + insert_space + years_graph
89-
)
87+
graph_mm_yyyy = months_graph + delete_dash + insert_space + years_graph
9088

9189
graph_year_suffix = era_graph
9290

0 commit comments

Comments
 (0)