Skip to content

Commit

Permalink
fixed isort format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DongjiGao committed Apr 22, 2024
1 parent fa13951 commit 1a5f825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/librispeech/WSASR/local/prepare_otc_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
5. Generate L_disambig.pt, in k2 format.
"""
import argparse
import math
import logging
import math
import re
from collections import defaultdict
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion icefall/otc_phone_graph_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import k2
import torch

from icefall.utils import str2bool
from icefall.lexicon import Lexicon
from icefall.utils import str2bool


class OtcPhoneTrainingGraphCompiler(object):
Expand Down

0 comments on commit 1a5f825

Please sign in to comment.