Skip to content

Commit

Permalink
fate_flow: delete get_id_library_table_name function from version_con…
Browse files Browse the repository at this point in the history
…trol module
  • Loading branch information
jarviszeng-zjc committed Sep 3, 2019
1 parent eadac23 commit 1ec273e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/api/utils/version_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,3 @@ def get_commit_tmp_table(data_table_namespace):
partition=1, create_if_missing=True, error_if_exist=False)
return version_tmp_table


def get_id_library_table_name():
id_library_info = eggroll.table('info', 'id_library', partition=10, create_if_missing=True, error_if_exist=False)
return id_library_info.get("use_data_id")

0 comments on commit 1ec273e

Please sign in to comment.