mirror of https://github.com/explosion/spaCy.git
Fix spacing
This commit is contained in:
parent
da7cc4f9b8
commit
adbcac6591
|
@ -13,6 +13,7 @@ import textwrap
|
|||
|
||||
from .attrs import TAG, HEAD, DEP, ENT_IOB, ENT_TYPE
|
||||
|
||||
|
||||
try:
|
||||
basestring
|
||||
except NameError:
|
||||
|
|
Loading…
Reference in New Issue