From 61619580355d37c1ef817c98995dfce8a6556fc0 Mon Sep 17 00:00:00 2001 From: wenboyang Date: Fri, 3 Mar 2017 15:56:43 +0800 Subject: [PATCH] update __init__.py I use pre-commit check all file and report is the passed. But it is not passed in Travis, so I update __init__.py --- python/paddle/v2/dataset/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/v2/dataset/__init__.py b/python/paddle/v2/dataset/__init__.py index fba76b202e..82f11a7c41 100644 --- a/python/paddle/v2/dataset/__init__.py +++ b/python/paddle/v2/dataset/__init__.py @@ -24,4 +24,4 @@ import sentiment __all__ = [ 'mnist', 'imikolov', 'imdb', 'cifar', 'movielens', 'conll05', 'sentiment' 'uci_housing' -] \ No newline at end of file +]