summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redis/commands/search/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py
index 5c4734c..39c599f 100644
--- a/redis/commands/search/commands.py
+++ b/redis/commands/search/commands.py
@@ -433,7 +433,7 @@ class SearchCommands:
def explain(
self,
- query=Union[str, Query],
+ query: Union[str, Query],
query_params: Dict[str, Union[str, int, float]] = None,
):
"""Returns the execution plan for a complex query.