Skip to content

Commit b68dd0f

Browse files
Update openml/_api/resources/flow.py
Co-authored-by: Armaghan Shakir <raoarmaghanshakir040@gmail.com>
1 parent 6e30a9f commit b68dd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/_api/resources/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def list(
116116
if uploader is not None:
117117
api_call += f"/uploader/{uploader}"
118118

119-
response = self._http.get(api_call, enable_cache=True)
119+
response = self._http.get(api_call)
120120
xml_string = response.text
121121
flows_dict = xmltodict.parse(xml_string, force_list=("oml:flow",))
122122

0 commit comments

Comments
 (0)