From c7c95025fc2d7f5dd78386365957ad59520eccd5 Mon Sep 17 00:00:00 2001 From: Philip Tzou Date: Wed, 19 Jun 2019 22:33:53 -0700 Subject: [PATCH] `datetime` is also missing --- data/voxforge/voxforge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/data/voxforge/voxforge.py b/data/voxforge/voxforge.py index 63f052bd7..396a29e1b 100644 --- a/data/voxforge/voxforge.py +++ b/data/voxforge/voxforge.py @@ -11,6 +11,7 @@ from __future__ import print_function import os import codecs +import datetime import soundfile import json import argparse