Skip to content

Commit d39d9d0

Browse files
Apply suggestion from @geetu040
Co-authored-by: Armaghan Shakir <raoarmaghanshakir040@gmail.com>
1 parent a82a636 commit d39d9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/flows/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,4 @@ def delete_flow(flow_id: int) -> bool:
469469
True if the deletion was successful. False otherwise.
470470
"""
471471
openml._backend.flow.delete(flow_id)
472-
return True
472+
return api_context.backend.flows.delete(flow_id)

0 commit comments

Comments
 (0)