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 7ada8e3..c6460b7 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -219,7 +219,6 @@ class ReplaceOperation(PatchOperation):
"""
def apply(self, obj):
- location = self. operation["replace"]
value = self.operation["value"]
subobj, part = self.locate(obj, self.location)