Skip to content

Commit 7d69f39

Browse files
author
Clark Perkins
committed
Added jsonify back to delete_formula
1 parent 1281a09 commit 7d69f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdio/client/formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def search_formulas(self, **kwargs):
3232
@endpoint("formulas/{formula_id}/")
3333
def delete_formula(self, formula_id):
3434
"""Delete formula with matching id"""
35-
return self._delete(endpoint)
35+
return self._delete(endpoint, jsonify=True)
3636

3737
@endpoint("formulas/{formula_id}/action/")
3838
def update_formula(self, formula_id):

0 commit comments

Comments
 (0)