Skip to content

Commit c145567

Browse files
RahuldrabitCopilot
andauthored
Update tests/test_utils/test_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 73d12dc commit c145567

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_utils/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def min_number_evaluations_on_test_server() -> int:
4848
return 8
4949

5050

51-
5251
def _create_mock_listing_call(total_items, item_factory, return_type="dataframe"):
5352
def mock_listing_call(limit, offset, **kwargs):
5453
if offset >= total_items:

0 commit comments

Comments
 (0)