From bf9d9553b128ed85217f9809535d9fd65b4f2a41 Mon Sep 17 00:00:00 2001 From: avantikalal Date: Wed, 10 Jul 2024 19:33:50 +0000 Subject: [PATCH] fixed typo --- src/grelu/resources/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grelu/resources/__init__.py b/src/grelu/resources/__init__.py index ea6bd1f..431214d 100644 --- a/src/grelu/resources/__init__.py +++ b/src/grelu/resources/__init__.py @@ -137,7 +137,7 @@ def models(project:str, host:str=DEFAULT_WANDB_HOST) -> List[str]: return artifacts(project, host=host, type_contains='model') -def datasets(project:str, host:str=DEFAULT_WANDB_HOST) -> List[str] +def datasets(project:str, host:str=DEFAULT_WANDB_HOST) -> List[str]: """ List all datasets associated with a project in the model zoo