* Remove bad import from test_span

This commit is contained in:
Matthew Honnibal 2015-04-12 22:42:14 +02:00
parent 507048dc45
commit 3faaad0271
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from __future__ import unicode_literals
from spacy.en import English
from spacy.spans import Spans
import pytest
import re