From 89e9ea69ebb884d5ba13d02c66c29475a153f2ea Mon Sep 17 00:00:00 2001 From: "david.95" Date: Mon, 17 Oct 2022 17:29:46 +0800 Subject: [PATCH] modify __init__ --- paddlespeech/t2s/ssml/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paddlespeech/t2s/ssml/__init__.py b/paddlespeech/t2s/ssml/__init__.py index f344250d..9b4db053 100644 --- a/paddlespeech/t2s/ssml/__init__.py +++ b/paddlespeech/t2s/ssml/__init__.py @@ -11,5 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .xml_processor import * -- GitLab