From 7793e9da432444308737fa17d2ddb0d5859bed03 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sat, 28 Sep 2024 13:50:10 +0900 Subject: [PATCH] Remove: Unused import --- style_bert_vits2/nlp/chinese/bert_feature.py | 2 +- style_bert_vits2/nlp/english/bert_feature.py | 2 +- style_bert_vits2/nlp/japanese/bert_feature.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/style_bert_vits2/nlp/chinese/bert_feature.py b/style_bert_vits2/nlp/chinese/bert_feature.py index 95b7848..9ff997d 100644 --- a/style_bert_vits2/nlp/chinese/bert_feature.py +++ b/style_bert_vits2/nlp/chinese/bert_feature.py @@ -1,6 +1,6 @@ from __future__ import annotations -from typing import TYPE_CHECKING, Any, Optional, Sequence, Union, cast +from typing import TYPE_CHECKING, Any, Optional, Sequence, Union import numpy as np from numpy.typing import NDArray diff --git a/style_bert_vits2/nlp/english/bert_feature.py b/style_bert_vits2/nlp/english/bert_feature.py index 94987dd..5c3e24f 100644 --- a/style_bert_vits2/nlp/english/bert_feature.py +++ b/style_bert_vits2/nlp/english/bert_feature.py @@ -1,6 +1,6 @@ from __future__ import annotations -from typing import TYPE_CHECKING, Any, Optional, Sequence, Union, cast +from typing import TYPE_CHECKING, Any, Optional, Sequence, Union import numpy as np from numpy.typing import NDArray diff --git a/style_bert_vits2/nlp/japanese/bert_feature.py b/style_bert_vits2/nlp/japanese/bert_feature.py index 0d418d3..079ca85 100644 --- a/style_bert_vits2/nlp/japanese/bert_feature.py +++ b/style_bert_vits2/nlp/japanese/bert_feature.py @@ -1,6 +1,6 @@ from __future__ import annotations -from typing import TYPE_CHECKING, Any, Optional, Sequence, Union, cast +from typing import TYPE_CHECKING, Any, Optional, Sequence, Union import numpy as np from numpy.typing import NDArray