Format import using isort --profile black --gitignore --lai 2 .
This commit is contained in:
@@ -2,7 +2,7 @@ import re
|
||||
from pathlib import Path
|
||||
|
||||
import jieba.posseg as psg
|
||||
from pypinyin import lazy_pinyin, Style
|
||||
from pypinyin import Style, lazy_pinyin
|
||||
|
||||
from style_bert_vits2.nlp.chinese.tone_sandhi import ToneSandhi
|
||||
from style_bert_vits2.nlp.symbols import PUNCTUATIONS
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import jieba
|
||||
from pypinyin import lazy_pinyin
|
||||
from pypinyin import Style
|
||||
from pypinyin import Style, lazy_pinyin
|
||||
|
||||
|
||||
class ToneSandhi:
|
||||
|
||||
Reference in New Issue
Block a user