Skip to content

Commit 2e8ff65

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

File tree

1 file changed

+1
-1
lines changed
  • nemo_text_processing/inverse_text_normalization/hi/taggers

1 file changed

+1
-1
lines changed

nemo_text_processing/inverse_text_normalization/hi/taggers/date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self, cardinal: GraphFst, ordinal: GraphFst):
7070
self.ordinal_century = pynutil.insert("era: \"") + cardinal_graph + pynutil.insert("\" ")
7171
self.morpho_graph = (
7272
pynutil.insert("morphosyntactic_features: \"") + graph_morph_features + pynutil.insert("\"")
73-
)
73+
)
7474
graph_day_month = self.day + delete_space + self.month
7575
graph_month_day = self.month + delete_space + self.day
7676
graph_month_day += pynutil.insert(" preserve_order: true")

0 commit comments

Comments
 (0)