Skip to content

Commit 4df2965

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

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

nemo_text_processing/inverse_text_normalization/ko/taggers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-

nemo_text_processing/inverse_text_normalization/ko/taggers/tokenize_and_classify.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
import pynini
2020
from pynini.lib import pynutil
2121

22-
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import (
23-
INPUT_LOWER_CASED,
24-
GraphFst,
25-
generator_main,
26-
)
22+
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import INPUT_LOWER_CASED, GraphFst, generator_main
2723
from nemo_text_processing.inverse_text_normalization.ko.taggers.cardinal import CardinalFst
2824
from nemo_text_processing.inverse_text_normalization.ko.taggers.word import WordFst
2925

nemo_text_processing/inverse_text_normalization/ko/verbalizers/verbalize_final.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020

2121
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import GraphFst, delete_space, generator_main
2222
from nemo_text_processing.inverse_text_normalization.ko.verbalizers.verbalize import VerbalizeFst
23+
2324
<<<<<<< HEAD
24-
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import GraphFst, generator_main, delete_space
25+
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import GraphFst, delete_space, generator_main
26+
2527
=======
2628
from nemo_text_processing.inverse_text_normalization.ko.verbalizers.word import WordFst
29+
2730
>>>>>>> 77da79d12b1378502cc2b382cd6933b02e7c2545
2831

2932

0 commit comments

Comments
 (0)