Skip to content

Commit e7c0992

Browse files
robertwbjnothman
authored andcommitted
Remove unused assignments in pxd file. (scikit-learn#9129)
1 parent bb8cb05 commit e7c0992

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklearn/utils/fast_dict.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ from libcpp.map cimport map as cpp_map
1010
# Import the C-level symbols of numpy
1111
cimport numpy as np
1212

13-
DTYPE = np.float64
1413
ctypedef np.float64_t DTYPE_t
1514

16-
ITYPE = np.intp
1715
ctypedef np.intp_t ITYPE_t
1816

1917
###############################################################################

0 commit comments

Comments
 (0)