Skip to content

Commit

Permalink
Remove unnecessary imports in mesh_tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Feb 14, 2022
1 parent 46742a9 commit 7877dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysph/tools/mesh_tools.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ from pysph.tools.geometry import remove_repeated_points
import numpy as np
from numpy.linalg import norm
from cyarray.api import UIntArray
cimport cython
cimport numpy as np
import meshio

DTYPE = np.float64
ctypedef np.float_t DTYPE_t
Expand Down

0 comments on commit 7877dc3

Please sign in to comment.