fixed isort format issue

This commit is contained in:
Dongji Gao 2024-04-21 20:50:58 -04:00
parent fa13951da5
commit 1a5f825310
2 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ consisting of words and tokens (i.e., phones) and does the following:
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

View File

@ -22,8 +22,8 @@ from typing import List, Union
import k2
import torch
from icefall.utils import str2bool
from icefall.lexicon import Lexicon
from icefall.utils import str2bool
class OtcPhoneTrainingGraphCompiler(object):