Fix spacing

This commit is contained in:
ines 2017-03-16 23:23:26 +01:00
parent f4df9463f2
commit fd60961825
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def download(model=None, direct=False):
download_model('{m}-{v}/{m}-{v}.tar.gz'.format(m=model_name, v=version)) download_model('{m}-{v}/{m}-{v}.tar.gz'.format(m=model_name, v=version))
link(model_name, model, force=True) link(model_name, model, force=True)
def get_compatibility(): def get_compatibility():
version = about.__version__ version = about.__version__
r = requests.get(about.__compatibility__) r = requests.get(about.__compatibility__)