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