From 2c6a51a9d9ae8f4430b00f3446ab317d4ffd5780 Mon Sep 17 00:00:00 2001 From: Haoxin Ma <745165806@qq.com> Date: Fri, 18 Jun 2021 10:11:17 +0000 Subject: [PATCH] fix --- deepspeech/io/collator.py | 1 - deepspeech/io/dataset.py | 1 - 2 files changed, 2 deletions(-) diff --git a/deepspeech/io/collator.py b/deepspeech/io/collator.py index ecf7024c1..1061f97cf 100644 --- a/deepspeech/io/collator.py +++ b/deepspeech/io/collator.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. import io -import time from collections import namedtuple from typing import Optional diff --git a/deepspeech/io/dataset.py b/deepspeech/io/dataset.py index 92c60f35c..3fc4e9887 100644 --- a/deepspeech/io/dataset.py +++ b/deepspeech/io/dataset.py @@ -11,7 +11,6 @@ # 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. -import io from typing import Optional from paddle.io import Dataset