Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix py2 import error
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 committed May 19, 2019
1 parent 43f69e2 commit 2c05d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_higher_order_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2c05d17

Please sign in to comment.