diff --git a/tests/python/unittest/test_higher_order_grad.py b/tests/python/unittest/test_higher_order_grad.py index e9d42af36fb9..92c78d15318d 100644 --- a/tests/python/unittest/test_higher_order_grad.py +++ b/tests/python/unittest/test_higher_order_grad.py @@ -19,7 +19,7 @@ from mxnet import nd, autograd from mxnet.test_utils import assert_almost_equal, random_arrays -from tests.python.unittest.common import with_seed +from common import with_seed @with_seed()