Remove unused import

This commit is contained in:
ines 2018-07-06 12:18:17 +02:00
parent 26f04a6ac3
commit 9e09477b2f
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from __future__ import unicode_literals
from ..matcher import Matcher, PhraseMatcher
from .util import get_doc
from ..util import get_lang_class
import pytest