From 7cdd57a474cf76e2cd2ac5fe78b8eee7a403780c Mon Sep 17 00:00:00 2001 From: xjqbest <173596896@qq.com> Date: Tue, 26 Mar 2019 15:48:42 +0800 Subject: [PATCH] fix code style of test_dataset.py test=develop --- python/paddle/fluid/tests/unittests/test_dataset.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/test_dataset.py b/python/paddle/fluid/tests/unittests/test_dataset.py index f9cf5ca68..9fc65f47b 100644 --- a/python/paddle/fluid/tests/unittests/test_dataset.py +++ b/python/paddle/fluid/tests/unittests/test_dataset.py @@ -1,4 +1,3 @@ -""" # Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,6 +11,9 @@ # 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. +""" +TestCases for Dataset. + """ from __future__ import print_function -- GitLab