Remove useless code

This commit is contained in:
Mehdi Abaakouk 2015-08-19 17:13:16 +02:00
parent 3117744319
commit 41157c6434
1 changed files with 0 additions and 3 deletions

View File

@ -118,9 +118,6 @@ class ExtentedJsonPathParser(parser.JsonPathParser):
"jsonpath : '@'"
p[0] = jsonpath_rw.This()
precedence = ([
] + parser.JsonPathParser.precedence)
def parse(path, debug=False):
return ExtentedJsonPathParser(debug=debug).parse(path)