From 79674783d75f2b83a4e0295772339c73dfbcc5ce Mon Sep 17 00:00:00 2001 From: iducn Date: Tue, 22 Sep 2020 16:14:46 +0800 Subject: [PATCH] testest,test=document_fix --- python/paddle/distribution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/distribution.py b/python/paddle/distribution.py index 35204affb3f..35b31c01718 100644 --- a/python/paddle/distribution.py +++ b/python/paddle/distribution.py @@ -34,7 +34,7 @@ import warnings from .fluid.data_feeder import convert_dtype, check_variable_and_dtype, check_type, check_dtype -__all__ = ['Distribution', 'Uniform', 'Normal'] +__all__ = ['Distribution','Uniform','Normal'] class Distribution(object): -- GitLab