Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
Closes #755
  • Loading branch information
honnibal authored Jan 19, 2017
1 parent 94ddfb2 commit be26085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spacy/download.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import print_function

import sys
import shutil

import sputnik
from sputnik.package_list import (PackageNotFoundException,
Expand Down

0 comments on commit be26085

Please sign in to comment.