Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2025
1 parent e58be4f commit 09090b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nemo_text_processing/text_normalization/hi/taggers/date.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ def __init__(self, cardinal: GraphFst):

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

graph_mm_yyyy = (
months_graph + delete_dash + insert_space + years_graph
)
graph_mm_yyyy = months_graph + delete_dash + insert_space + years_graph

graph_year_suffix = era_graph

Expand Down

0 comments on commit 09090b3

Please sign in to comment.