Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avantikalal committed Jul 10, 2024
1 parent 0b54761 commit bf9d955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grelu/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf9d955

Please sign in to comment.