From bf9c200c06eb1a09d021c4f1ec25512734a3276e Mon Sep 17 00:00:00 2001 From: FangmingChou <37794814+FangmingChou@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:47:34 +0800 Subject: [PATCH] fix "import utils" BUG --- datasets/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/preprocess.py b/datasets/preprocess.py index b1b878b..bf1e47e 100644 --- a/datasets/preprocess.py +++ b/datasets/preprocess.py @@ -3,7 +3,7 @@ import argparse import string import os -from utils import write_json, makedir +from directory import write_json, makedir from collections import namedtuple