Skip to content

Commit

Permalink
qxqx
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 22, 2024
1 parent 906a0b2 commit caaa03c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/langchain/tests/unit_tests/output_parsers/test_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def parse(self, *args: Any, **kwargs: Any) -> str:
return "parsed"


def test_foo():
assert 1 == 1


def test_retry_output_parser_parse_with_prompt() -> None:
n: int = 5 # Success on the (n+1)-th attempt
base_parser = SuccessfulParseAfterRetries(attemp_count_before_success=n)
Expand Down

0 comments on commit caaa03c

Please sign in to comment.