You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/28 18:19:37 UTC

[GitHub] szha commented on a change in pull request #7604: Refactor random linalg contrib namespaces

szha commented on a change in pull request #7604: Refactor random linalg contrib namespaces
URL: https://github.com/apache/incubator-mxnet/pull/7604#discussion_r135595533
 
 

 ##########
 File path: python/mxnet/contrib/ndarray.py
 ##########
 @@ -17,3 +17,4 @@
 
 # coding: utf-8
 """NDArray namespace used to register contrib functions"""
+__all__ = []
 
 Review comment:
   Yeah. This is so that we know what's being imported when doing wildcard import.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services