From 607ba458e7d4279a7ebb5abcdf75ffa5343cd0bf Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 8 May 2017 15:42:31 +0200 Subject: [PATCH] Fix whitespace --- spacy/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index e6aa27680..e5c7773f7 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -169,7 +169,6 @@ def is_package(origin): return False - def get_model_package_path(package_name): # Here we're importing the module just to find it. This is worryingly # indirect, but it's otherwise very difficult to find the package.