From 3c5540d6529fa7ad220452b757a7b4fa9d8e4fab Mon Sep 17 00:00:00 2001 From: Stefan Behnel <stefan_ml@behnel.de> Date: Sun, 21 Sep 2014 17:50:50 +0200 Subject: [PATCH] remove unused import --- Cython/Includes/cpython/slice.pxd | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cython/Includes/cpython/slice.pxd b/Cython/Includes/cpython/slice.pxd index 2121c1a26..00013754f 100644 --- a/Cython/Includes/cpython/slice.pxd +++ b/Cython/Includes/cpython/slice.pxd @@ -1,5 +1,3 @@ -from cpython.ref cimport PyObject - cdef extern from "Python.h": # PyTypeObject PySlice_Type -- 2.30.9