Skip to content

Commit fdb1d9e

Browse files
committed
fix: trailing whitespaces
Signed-off-by: Arya Tayshete <[email protected]>
1 parent 7198b83 commit fdb1d9e

File tree

1 file changed

+1
-1
lines changed
  • integrations/fastembed/src/haystack_integrations/components/rankers/fastembed

1 file changed

+1
-1
lines changed

integrations/fastembed/src/haystack_integrations/components/rankers/fastembed/colbert_reranker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def warm_up(self):
107107
# Only include keys that are not None
108108
init_kwargs = {k: v for k, v in kwargs.items() if v is not None}
109109
self._encoder = LateInteractionTextEmbedding(**init_kwargs)
110-
110+
111111
gen_q = self._encoder.query_embed(["warmup"])
112112
next(gen_q, None)
113113
gen_d = self._encoder.embed(["warmup"])

0 commit comments

Comments
 (0)