mirror of https://github.com/explosion/spaCy.git
Auto-format code with black (#11468)
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
This commit is contained in:
parent
aac9a58c29
commit
0c72c6bb2c
|
@ -147,6 +147,7 @@ def info_installed_model_url(model: str) -> Optional[str]:
|
|||
# something else, like no file or invalid JSON
|
||||
return None
|
||||
|
||||
|
||||
def info_model_url(model: str) -> Dict[str, Any]:
|
||||
"""Return the download URL for the latest version of a pipeline."""
|
||||
version = get_latest_version(model)
|
||||
|
|
Loading…
Reference in New Issue