From 8e977cc71c4b538b2c5096e453d63973cb7b3b0b Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 8 Dec 2016 13:56:17 +0100 Subject: [PATCH] Fix formatting --- spacy/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index 802590cdf..afed4142e 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -52,7 +52,6 @@ def or_(val1, val2): return val2 - def match_best_version(target_name, target_version, path): path = path if not isinstance(path, basestring) else pathlib.Path(path) if not path.exists():