From b4161926047209e4e869c86276794b3f6c3984ee Mon Sep 17 00:00:00 2001 From: eric-haibin-lin Date: Wed, 24 May 2017 20:38:27 +0000 Subject: [PATCH] fix lint; --- python/mxnet/module/executor_group.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/mxnet/module/executor_group.py b/python/mxnet/module/executor_group.py index 86b26826b5c8..84456e104b73 100755 --- a/python/mxnet/module/executor_group.py +++ b/python/mxnet/module/executor_group.py @@ -4,8 +4,6 @@ import logging from collections import OrderedDict -import numpy as np - from .. import context as ctx from .. import ndarray as nd from ..io import DataDesc