another lint

This commit is contained in:
Eugene Yurtsev 2024-11-22 16:53:01 -05:00
parent 464cd320cb
commit 84527fc502

View File

@ -32,7 +32,6 @@ class OutputFixingParser(BaseOutputParser[T]):
# Should be an LLMChain but we want to avoid top-level imports from langchain.chains
retry_chain: Annotated[
Union[RunnableSerializable[OutputFixingParserRetryChainInput, str], Any],
SkipValidation(),
]
"""The RunnableSerializable to use to retry the completion (Legacy: LLMChain)."""