Add docstring

This commit is contained in:
ines 2017-03-16 17:09:11 +01:00
parent 68c04fa897
commit 16a63d9676
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ from . import util
direct=("Force direct download", "flag", "d", bool)
)
def download(model=None, direct=False):
"""Download compatible model from default download path using pip."""
check_error_depr(model)
if direct: