mirror of https://github.com/explosion/spaCy.git
Remove unused import
This commit is contained in:
parent
0084466a66
commit
ed7e19ad68
|
@ -1,7 +1,6 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals, print_function
|
||||
|
||||
import io
|
||||
import ujson
|
||||
import re
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Reference in New Issue