stefankoegl/python-json-pointer

Make `.get_part` an class method

curlup opened this issue · 2 comments

It basically doesn't need access to self, only to class itself, right?

def get_part(self, doc, part):

Hi! That's right. Could you submit a corresponding pull request?

I have just released v2.2 with the change from #46