Skip to content

Commit 73d4400

Browse files
fix: lint
1 parent 5234648 commit 73d4400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit_tests/v2/test_hybrid_search_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
weighted_sum_ranking,
66
)
77

8+
89
# Helper to create mock input items that mimic RowMapping for the fusion functions
910
def get_row(doc_id: str, score: float, content: str = "content") -> dict:
1011
"""

0 commit comments

Comments
 (0)