From 4dd2e40bd07c0ff1123d35328687f53682e67a62 Mon Sep 17 00:00:00 2001 From: dangqingqing Date: Thu, 2 Mar 2017 13:55:41 +0800 Subject: [PATCH] remove comments --- python/paddle/v2/dataset/conll05.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/paddle/v2/dataset/conll05.py b/python/paddle/v2/dataset/conll05.py index b6a4c252d12..7874161a059 100644 --- a/python/paddle/v2/dataset/conll05.py +++ b/python/paddle/v2/dataset/conll05.py @@ -12,8 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -#import paddle.v2.dataset.common -import common +import paddle.v2.dataset.common import tarfile import gzip import itertools -- GitLab