From 392a9dd9a2db14f451cb4b54ffde47dc64c09699 Mon Sep 17 00:00:00 2001 From: Helin Wang Date: Tue, 1 May 2018 15:51:20 -0700 Subject: [PATCH] fix yapf stype check --- python/paddle/fluid/inferencer.py | 5 +---- python/paddle/fluid/params.py | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/python/paddle/fluid/inferencer.py b/python/paddle/fluid/inferencer.py index 21277cb493..7b5eed86e0 100644 --- a/python/paddle/fluid/inferencer.py +++ b/python/paddle/fluid/inferencer.py @@ -12,10 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. - -__all__ = [ - 'Inferencer', -] +__all__ = ['Inferencer', ] class Inferencer(object): diff --git a/python/paddle/fluid/params.py b/python/paddle/fluid/params.py index 8d9d8f2134..a5d257e53a 100644 --- a/python/paddle/fluid/params.py +++ b/python/paddle/fluid/params.py @@ -14,9 +14,7 @@ from . import core -__all__ = [ - 'Params', -] +__all__ = ['Params', ] class Params(object): -- GitLab