From 7550b7b93e0625407a646c5f3517fb5d91c65c5a Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 15 Nov 2022 14:57:19 +0100 Subject: [PATCH] Format --- spacy/vectors.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacy/vectors.pyx b/spacy/vectors.pyx index 4a9dfe2a4..be0f6db09 100644 --- a/spacy/vectors.pyx +++ b/spacy/vectors.pyx @@ -243,7 +243,6 @@ cdef class Vectors: else: return key in self.key2row - def __eq__(self, other): # Check for equality, with faster checks first return ( @@ -253,7 +252,6 @@ cdef class Vectors: == other.to_bytes(exclude=["strings"]) ) - def resize(self, shape, inplace=False): """Resize the underlying vectors array. If inplace=True, the memory is reallocated. This may cause other references to the data to become