Skip to content

Commit

Permalink
CR 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi Mahajan committed Sep 12, 2021
1 parent 80fb03b commit 14a3f06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mltrace/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,13 +433,6 @@ def get_recent_run_ids(limit: int = 5, last_run_id=None):
return store.get_recent_run_ids(limit, last_run_id)


def get_all_run_ids():
"""Returns most all component run ids."""
store = Store(_db_uri)
res = store.get_all_run_ids()
return [str(x[0]) for x in res]


def get_io_pointer(io_pointer_id: str, create=True):
"""Returns IO Pointer metadata."""
store = Store(_db_uri)
Expand Down

0 comments on commit 14a3f06

Please sign in to comment.