From 39eeb18f744cba7932b462fbbd0f879e70c0417d Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 3 Apr 2023 14:04:59 +0200 Subject: [PATCH] Format --- spacy/tokens/_serialize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tokens/_serialize.py b/spacy/tokens/_serialize.py index d480a2068..73c857d1f 100644 --- a/spacy/tokens/_serialize.py +++ b/spacy/tokens/_serialize.py @@ -129,7 +129,6 @@ class DocBin: if span.id in span.doc.vocab.strings: self.strings.add(span.id_) - def get_docs(self, vocab: Vocab) -> Iterator[Doc]: """Recover Doc objects from the annotations, using the given vocab. Note that the user data of each doc will be read (if available) and returned,