Skip to content

Commit 4ac90c7

Browse files
committed
Remove unnecessary line
1 parent 09b898e commit 4ac90c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redisvl/query/hybrid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def __init__(
125125
ValueError: If `vector_search_method` is "KNN" and `knn_k` is not provided.
126126
ValueError: If `vector_search_method` is "RANGE" and `range_radius` is not provided.
127127
"""
128-
129128
try:
130129
from redis.commands.search.hybrid_query import (
131130
CombineResultsMethod,

0 commit comments

Comments
 (0)