mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
0176b99004
commit
8e977cc71c
|
@ -52,7 +52,6 @@ def or_(val1, val2):
|
||||||
return val2
|
return val2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def match_best_version(target_name, target_version, path):
|
def match_best_version(target_name, target_version, path):
|
||||||
path = path if not isinstance(path, basestring) else pathlib.Path(path)
|
path = path if not isinstance(path, basestring) else pathlib.Path(path)
|
||||||
if not path.exists():
|
if not path.exists():
|
||||||
|
|
Loading…
Reference in New Issue