Skip to content

Commit 9588396

Browse files
Potential fix for code scanning alert no. 821: Unused local variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Mariana <47233618+mgrafu@users.noreply.github.com>
1 parent 2e6d4e8 commit 9588396

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

nemo_text_processing/text_normalization/hi/taggers/date.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def __init__(self, cardinal: GraphFst):
7373

7474
delete_dash = pynutil.delete("-")
7575
delete_slash = pynutil.delete("/")
76-
delete_comma = pynutil.delete(",")
7776

7877
days_graph = pynutil.insert("day: \"") + days + pynutil.insert("\"") + insert_space
7978

0 commit comments

Comments
 (0)