Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miararoy committed Oct 30, 2023
1 parent 69ee758 commit 88e7ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/knowledge_base/reranker/reranker.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def rerank(self, results: List[KBQueryResult]) -> List[KBQueryResult]:
Args:
results: A list of KBQueryResult to rerank.
Returns:
results: A list of KBQueryResult, same as the input.
""" # noqa: E501
Expand Down

0 comments on commit 88e7ac3

Please sign in to comment.