diff --git a/tests/test_span.py b/tests/test_span.py
index cc9e59018..cbbe4494d 100644
--- a/tests/test_span.py
+++ b/tests/test_span.py
@@ -1,7 +1,6 @@
 from __future__ import unicode_literals
 
 from spacy.en import English
-from spacy.spans import Spans
 
 import pytest
 import re