Skip to content

Commit caec466

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

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
@@ -56,7 +56,6 @@ def mock_listing_call(limit, offset, **kwargs):
5656
items = [item_factory(i) for i in range(offset, offset + size)]
5757
return pd.DataFrame(items) if return_type == "dataframe" else items
5858
return mock_listing_call
59-
6059
def _mocked_perform_api_call(call, request_method):
6160
if call == "data/list/limit/1000/offset/0/data_name/iris/data_version/1":
6261
return """<oml:data xmlns:oml="http://openml.org/openml">

0 commit comments

Comments
 (0)