Skip to content

Commit cf8b192

Browse files
authored
Fixing type annotation for EXPLAIN (#1997)
1 parent 9a1b00f commit cf8b192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/search/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def search(
433433

434434
def explain(
435435
self,
436-
query=Union[str, Query],
436+
query: Union[str, Query],
437437
query_params: Dict[str, Union[str, int, float]] = None,
438438
):
439439
"""Returns the execution plan for a complex query.

0 commit comments

Comments
 (0)