summaryrefslogtreecommitdiff
path: root/redis/commands/json/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/json/path.py')
-rw-r--r--redis/commands/json/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/json/path.py b/redis/commands/json/path.py
index 6d87045..f0a413a 100644
--- a/redis/commands/json/path.py
+++ b/redis/commands/json/path.py
@@ -1,4 +1,4 @@
-class Path(object):
+class Path:
"""This class represents a path in a JSON value."""
strPath = ""