Fix tox errors
[integration/test.git] / csit / libraries / backuprestore / jsonpathl.py
index 3c09fd9e3357511d152d82645e2d3ee3d5f2f545..302c19364392306bdf0aec0fe286ddaeaf8355b9 100644 (file)
@@ -106,7 +106,7 @@ def jsonpath(obj, expr, result_type="VALUE", debug=0, use_eval=True):
 
     def as_path(path):
         """convert internal path representation to
-           "full bracket notation" for PATH output"""
+        "full bracket notation" for PATH output"""
         p = "$"
         for piece in path.split(";")[1:]:
             # make a guess on how to index