summaryrefslogtreecommitdiff
path: root/Cython/Includes/cpython/sequence.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/cpython/sequence.pxd')
-rw-r--r--Cython/Includes/cpython/sequence.pxd2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cython/Includes/cpython/sequence.pxd b/Cython/Includes/cpython/sequence.pxd
index eb279968d..e50e4c495 100644
--- a/Cython/Includes/cpython/sequence.pxd
+++ b/Cython/Includes/cpython/sequence.pxd
@@ -132,5 +132,3 @@ cdef extern from "Python.h":
# gotten by calling PySequence_Size() on o, but
# PySequence_Fast_GET_SIZE() is faster because it can assume o is
# a list or tuple.
-
-