diff options
author | Chayim <chayim@users.noreply.github.com> | 2021-12-30 12:52:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 12:52:11 +0200 |
commit | bc3dbb45d7236f96d614c33684a94f3e0fd9ac4a (patch) | |
tree | 5da61d39c34e3ad558be7c78c9f54c185084968e /redis/commands/graph/commands.py | |
parent | deaaa536568e50b6ce958de0dd6306392e98f13e (diff) | |
download | redis-py-bc3dbb45d7236f96d614c33684a94f3e0fd9ac4a.tar.gz |
Documentation cleanup (#1841)
Diffstat (limited to 'redis/commands/graph/commands.py')
-rw-r--r-- | redis/commands/graph/commands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/redis/commands/graph/commands.py b/redis/commands/graph/commands.py index e097936..1db8275 100644 --- a/redis/commands/graph/commands.py +++ b/redis/commands/graph/commands.py @@ -35,7 +35,6 @@ class GraphCommands: Args: - ------- q : The query. params : dict @@ -127,7 +126,6 @@ class GraphCommands: Args: - ------- query: The query that will be executed. params: dict |