From b672e95045975087ac49d5bca81ffd52309ecbb4 Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 15 Mar 2017 17:35:04 +0100 Subject: [PATCH] Fix formatting --- spacy/deprecated.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/deprecated.py b/spacy/deprecated.py index c95ef4e88..104259fb6 100644 --- a/spacy/deprecated.py +++ b/spacy/deprecated.py @@ -14,7 +14,6 @@ def read_lang_data(package): return tokenization, prefix, suffix, infix - def align_tokens(ref, indices): # Deprecated, surely? start = 0 queue = list(indices)