Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Oct 10, 2023
1 parent e30a8bf commit 82ff2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hybridagi/interpreter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from langchain.prompts.prompt import PromptTemplate
from langchain.base_language import BaseLanguageModel
from langchain.tools import Tool
from .program_trace_memory import ProgramTraceMemory
import tiktoken

from langchain.schema import BaseOutputParser

Check failure on line 12 in hybridagi/interpreter/base.py

View workflow job for this annotation

GitHub Actions / build (3.9)

Ruff (F401)

hybridagi/interpreter/base.py:12:30: F401 `langchain.schema.BaseOutputParser` imported but unused

Check failure on line 12 in hybridagi/interpreter/base.py

View workflow job for this annotation

GitHub Actions / build (3.10)

Ruff (F401)

hybridagi/interpreter/base.py:12:30: F401 `langchain.schema.BaseOutputParser` imported but unused

Check failure on line 12 in hybridagi/interpreter/base.py

View workflow job for this annotation

GitHub Actions / build (3.11)

Ruff (F401)

hybridagi/interpreter/base.py:12:30: F401 `langchain.schema.BaseOutputParser` imported but unused
Expand Down

0 comments on commit 82ff2ed

Please sign in to comment.