Skip to content

Commit 044e18a

Browse files
author
Stefan Behnel
committed
add missing import
1 parent 1058cc7 commit 044e18a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/_deserialize.py

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
2. Find the model file deps/model
55
3. Pass the path to this file to this script
66
'''
7+
8+
from __future__ import absolute_import
9+
710
import sys
11+
import thinc.linear.avgtron
812

913

1014
def main(loc):

0 commit comments

Comments
 (0)