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

Commit

Permalink
Add future import division
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Apr 29, 2019
1 parent 421f8c1 commit d7f77d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_numpy_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# pylint: skip-file
from __future__ import absolute_import
from __future__ import division
import numpy as _np
import mxnet as mx
from mxnet import numpy as np
Expand Down

0 comments on commit d7f77d0

Please sign in to comment.