Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 7, 2024
1 parent 4a7bd99 commit 746563f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/xorbits/_mars/tensor/lib/index_tricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
import math

import numpy as np
from numpy.core.numeric import ScalarType

from numpy import __version__ as np_ver
from numpy.core.numeric import ScalarType

if np_ver >= "2.0.0":
from numpy.lib._index_tricks_impl import ndindex
Expand Down

0 comments on commit 746563f

Please sign in to comment.