From 91d88d1cbb5a745dda7d19696b755f795f58f7f7 Mon Sep 17 00:00:00 2001 From: Brock Mendel Date: Tue, 19 Sep 2017 19:29:08 -0700 Subject: [PATCH] remove unused cimport of is_null_datetimelike --- pandas/_libs/algos.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/_libs/algos.pyx b/pandas/_libs/algos.pyx index 8cbc65633c786..d159761c3f5e6 100644 --- a/pandas/_libs/algos.pyx +++ b/pandas/_libs/algos.pyx @@ -33,7 +33,6 @@ from libc.math cimport sqrt, fabs from util cimport numeric, get_nat cimport lib -from lib cimport is_null_datetimelike from pandas._libs import lib cdef int64_t iNaT = get_nat()