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.