specify encoding in files

This commit is contained in:
svlandeg 2019-04-02 15:05:31 +02:00
parent 673c81bbb4
commit 85b4319f33
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# coding: utf8
import pytest
from spacy.lang.en import English

View File

@ -1,3 +1,4 @@
# coding: utf8
import pytest