We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82a636 commit d39d9d0Copy full SHA for d39d9d0
1 file changed
openml/flows/functions.py
@@ -469,4 +469,4 @@ def delete_flow(flow_id: int) -> bool:
469
True if the deletion was successful. False otherwise.
470
"""
471
openml._backend.flow.delete(flow_id)
472
- return True
+ return api_context.backend.flows.delete(flow_id)
0 commit comments