Add missing import

This commit is contained in:
Adriane Boyd 2020-04-28 13:48:37 +02:00
parent bc39f97e11
commit 3a045572ed

View File

@ -7,6 +7,8 @@ USAGE: https://spacy.io/usage/visualizers
"""
from __future__ import unicode_literals
import warnings
from .render import DependencyRenderer, EntityRenderer
from ..tokens import Doc, Span
from ..compat import b_to_str