Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Feb 6, 2024
1 parent 2c9344a commit b9d75d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extraction/test_extraction_with_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_create_extraction_chain_with_csv_encoder(options: Mapping[str, Any]) ->
chain = create_extraction_chain(chat_model, **options)
assert isinstance(chain, LLMChain)
# Try to run through predict and parse
chain.invoke("some string")
chain.invoke("some string") # type: ignore


MANY_TEXT_SCHEMA = Text(
Expand Down

0 comments on commit b9d75d2

Please sign in to comment.