From 0d8354350b8417a9faded226107a7a8de3d28f0f Mon Sep 17 00:00:00 2001 From: Brock Mendel Date: Sun, 24 Jun 2018 20:19:06 -0700 Subject: [PATCH] remove unused cimport --- pandas/_libs/hashtable_class_helper.pxi.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/_libs/hashtable_class_helper.pxi.in b/pandas/_libs/hashtable_class_helper.pxi.in index b92eb0e651276..4d2b6f845eb71 100644 --- a/pandas/_libs/hashtable_class_helper.pxi.in +++ b/pandas/_libs/hashtable_class_helper.pxi.in @@ -4,8 +4,6 @@ Template for each `dtype` helper function for hashtable WARNING: DO NOT edit .pxi FILE directly, .pxi is generated from .pxi.in """ -from missing cimport is_null_datetimelike - #---------------------------------------------------------------------- # VectorData