Skip to content

Commit

Permalink
fixing some internal methods
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Dec 9, 2024
1 parent e547e16 commit 16cd484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haystack/components/readers/extractive.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,9 @@ def _add_answer_page_number(self, answer: ExtractedAnswer) -> ExtractedAnswer:

return answer

def _nest_answers( # pylint: disable=too-many-positional-arguments
def _nest_answers(
self,
*,
start: List[List[int]],
end: List[List[int]],
probabilities: "torch.Tensor",
Expand Down

0 comments on commit 16cd484

Please sign in to comment.