isort formatted

This commit is contained in:
jinzr 2023-11-09 10:56:48 +08:00
parent de3daf6496
commit 852f5a6153

View File

@ -24,6 +24,7 @@ import sys
from typing import List
from pypinyin import lazy_pinyin, pinyin
from icefall.utils import str2bool, tokenize_by_CJK_char
is_python2 = sys.version_info[0] == 2