Skip to content

Commit a24f321

Browse files
committed
Removed unused import from groupby.pyx
1 parent 0141747 commit a24f321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/groupby.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ cdef double nan = NaN
2828
cdef extern from "numpy/npy_math.h" nogil:
2929
bint npy_isnan(double x)
3030

31-
import missing
32-
3331

3432
# TODO: aggregate multiple columns in single pass
3533
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)