This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new f220ad0  Fix typo in image.py (#10540)
f220ad0 is described below

commit f220ad07bb0cf572e66392f52acf6215ef0d1190
Author: daquexian <daquexian...@gmail.com>
AuthorDate: Sat Apr 14 01:15:10 2018 +0800

    Fix typo in image.py (#10540)
    
    Fix typo in image.py
---
 python/mxnet/ndarray/image.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mxnet/ndarray/image.py b/python/mxnet/ndarray/image.py
index 0afab24..627c0d4 100644
--- a/python/mxnet/ndarray/image.py
+++ b/python/mxnet/ndarray/image.py
@@ -19,7 +19,7 @@
 # pylint: disable=wildcard-import, unused-wildcard-import
 """Image NDArray API of MXNet."""
 try:
-    from .gen_iamge import *
+    from .gen_image import *
 except ImportError:
     pass
 

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.

Reply via email to