Closed curlup closed 3 years ago
It basically doesn't need access to self, only to class itself, right?
self
https://github.com/stefankoegl/python-json-pointer/blob/277e106016db0e81c64c561052be5360b9870974/jsonpointer.py#L231
Hi! That's right. Could you submit a corresponding pull request?
I have just released v2.2 with the change from #46
It basically doesn't need access to
self
, only to class itself, right?https://github.com/stefankoegl/python-json-pointer/blob/277e106016db0e81c64c561052be5360b9870974/jsonpointer.py#L231