Whitespace

This commit is contained in:
Matthew Honnibal 2016-09-24 22:17:01 +02:00
parent fd58f7655a
commit 82b8cc5efb
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ from . import zh
try:
basestring
basestring
except NameError:
basestring = str
basestring = str

View File

@ -9,9 +9,9 @@ import six
from .attrs import TAG, HEAD, DEP, ENT_IOB, ENT_TYPE
try:
basestring
basestring
except NameError:
basestring = str
basestring = str
LANGUAGES = {}
_data_path = pathlib.Path(__file__).parent / 'data'