This commit is contained in:
Nuno Campos
2023-08-24 18:30:36 +02:00
parent 2242e2160f
commit 4eecf90f33

View File

@@ -42,7 +42,6 @@ from langchain.schema.runnable import (
RunnableSequence, RunnableSequence,
RunnableWithFallbacks, RunnableWithFallbacks,
) )
from tenacity import RetryError, Retrying, retry_if_exception_type, stop_after_attempt
class FakeTracer(BaseTracer): class FakeTracer(BaseTracer):