summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonpatch.py')
-rw-r--r--jsonpatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index cd08a82..291e876 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -730,7 +730,6 @@ class DiffBuilder(object):
new_op = RemoveOperation({
'op': 'remove',
'path': _path_join(path, key),
- 'value': item,
})
index = self.take_index(item, _ST_ADD)
new_index = self.insert(new_op)