Skip to content

Commit 5ce73e1

Browse files
committed
lint
1 parent 86e23cc commit 5ce73e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/index.pyx

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ from cpython.slice cimport PySlice_Check
88

99
import numpy as np
1010
cimport numpy as cnp
11-
from numpy cimport ndarray, float64_t, int32_t, int64_t, uint8_t, uint64_t, intp_t
11+
from numpy cimport (ndarray, float64_t, int32_t,
12+
int64_t, uint8_t, uint64_t, intp_t)
1213
cnp.import_array()
1314

1415
cdef extern from "numpy/arrayobject.h":

0 commit comments

Comments
 (0)