This is an automated email from the ASF dual-hosted git repository.
nswamy 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 427167e Fixing typo in python/mxnet/symbol/image.py (#12194)
427167e is described below
commit 427167ef6ec0c1f90f0a3935c7ea9d21fbfc9719
Author: Hao Jin <[email protected]>
AuthorDate: Thu Aug 16 11:03:24 2018 -0700
Fixing typo in python/mxnet/symbol/image.py (#12194)
Fixing typo in python/mxnet/symbol/image.py
---
python/mxnet/symbol/image.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/mxnet/symbol/image.py b/python/mxnet/symbol/image.py
index 7624bcc..db03ca4 100644
--- a/python/mxnet/symbol/image.py
+++ b/python/mxnet/symbol/image.py
@@ -19,7 +19,7 @@
# pylint: disable=wildcard-import, unused-wildcard-import
"""Image Symbol API of MXNet."""
try:
- from .gen_iamge import *
+ from .gen_image import *
except ImportError:
pass