Skip to content

Commit

Permalink
refactor(client): delete "get_total_size" from class "SearchResultBase"
Browse files Browse the repository at this point in the history
PR Closed: #1235
  • Loading branch information
graczhual committed Apr 6, 2022
1 parent db28675 commit f1f3a52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tensorbay/client/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ def get_label_statistics(self) -> Statistics:
).json()["labelStatistics"]
)

def get_total_size(self) -> int:
"""Get total data size of the search result and the unit is byte.
Return:
The total data size of the search result.
"""

def list_segment_names(self) -> PagingList[str]:
"""List all segment names of the search result.
Expand Down

0 comments on commit f1f3a52

Please sign in to comment.