Tidy up [ci skip]

This commit is contained in:
Ines Montani 2019-06-12 13:38:23 +02:00
parent 9c064e6ad9
commit aae9034492
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#coding: utf8
# coding: utf8
from __future__ import unicode_literals
from .stop_words import STOP_WORDS

View File

@ -1,8 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
import pytest
from spacy.lang.es import Spanish