Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Sep 10, 2024
1 parent 1ae72e2 commit ab0f212
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fiftyone/zoo/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
def list_zoo_models(tags=None, source=None):
"""Returns the list of available models in the FiftyOne Model Zoo.
Also includes any remotely-sourced zoo models that you've downloaded.
Also includes models from any remote sources that you've registered.
Example usage::
Expand Down Expand Up @@ -122,7 +122,7 @@ def is_zoo_model_downloaded(name):


def download_zoo_model(name_or_url, model_name=None, overwrite=False):
"""Downloads specified model from the FiftyOne Model Zoo.
"""Downloads the specified model from the FiftyOne Model Zoo.
If the model is already downloaded, it is not re-downloaded unless
``overwrite == True`` is specified.
Expand Down Expand Up @@ -361,8 +361,7 @@ def delete_zoo_model(name):


def list_zoo_model_sources():
"""Returns the list of remote zoo model sources that are registered
locally.
"""Returns the list of remote model sources that are registered locally.
Returns:
the list of remote sources
Expand Down

0 comments on commit ab0f212

Please sign in to comment.