diff --git a/spacy/_hashing.pyx b/spacy/_hashing.pyx index 250a963eb..0b196ab4e 100644 --- a/spacy/_hashing.pyx +++ b/spacy/_hashing.pyx @@ -6,7 +6,6 @@ cimport cython cdef class PointerHash: def __cinit__(self, size_t initial_size=8): self.size = initial_size - self.size = 8 self.filled = 0 self._last = NULL # Size must be power of two