Skip to content

Commit 03abbd7

Browse files
committed
remove unused param of to_last()
1 parent 5bf2ef9 commit 03abbd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsonpointer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(self, pointer):
119119
self.parts = parts
120120

121121

122-
def to_last(self, doc, default=_nothing):
122+
def to_last(self, doc):
123123
""" Resolves ptr until the last step, returns (sub-doc, last-step) """
124124

125125
if not self.parts:

0 commit comments

Comments
 (0)