mirror of https://github.com/explosion/spaCy.git
Clean up unused import
This commit is contained in:
parent
f85c8464f7
commit
188c0f6949
|
@ -1,13 +1,11 @@
|
|||
# cython: infer_types=True
|
||||
# cython: profile=True
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
from __future__ import unicode_literals, print_function
|
||||
|
||||
from collections import Counter
|
||||
import ujson
|
||||
|
||||
from chainer.functions.activation.softmax import Softmax as ChainerSoftmax
|
||||
|
||||
from cupy.cuda.stream import Stream
|
||||
import cupy
|
||||
|
||||
|
|
Loading…
Reference in New Issue