Skip to content

Commit

Permalink
Update src/sparc/client/services/metadata.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
athril and github-actions[bot] authored Nov 30, 2023
1 parent 920c95f commit f156527
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/sparc/client/services/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,7 @@ def list_datasets(
return list_results


def search_datasets(
self,
query: str = "{\"query\": { \"match_all\": {}}}"
) -> list:
"""Gets datasets matching specified query.
This function provides
This function provides

Parameters:
-----------
Expand Down

0 comments on commit f156527

Please sign in to comment.