diff --git a/python/mxnet/module/executor_group.py b/python/mxnet/module/executor_group.py index 35512bb7c60e..ce71fa3ad4e9 100755 --- a/python/mxnet/module/executor_group.py +++ b/python/mxnet/module/executor_group.py @@ -4,7 +4,6 @@ import logging from collections import OrderedDict -import numpy as np from .. import context as ctx from .. import ndarray as nd