From 37f744ca003e160b98709e75c20e3aee89ac0e47 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 26 Jun 2019 14:48:09 +0200 Subject: [PATCH] Auto-format [ci skip] --- spacy/pipeline/pipes.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/pipeline/pipes.pyx b/spacy/pipeline/pipes.pyx index f16a1a21e..1d4eeadce 100644 --- a/spacy/pipeline/pipes.pyx +++ b/spacy/pipeline/pipes.pyx @@ -1196,5 +1196,5 @@ class Sentencizer(object): self.punct_chars = cfg.get("punct_chars", self.default_punct_chars) return self - + __all__ = ["Tagger", "DependencyParser", "EntityRecognizer", "Tensorizer", "TextCategorizer", "EntityLinker", "Sentencizer"]