mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Add missing import
This commit is contained in:
parent
bc39f97e11
commit
3a045572ed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user