Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Oct 10, 2023
1 parent 82ff2ed commit d6f0144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hybridagi/interpreter/graph_program_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from langchain.base_language import BaseLanguageModel
from ..hybridstores.program_memory.program_memory import ProgramMemory

from .program_trace_memory import ProgramTraceMemory
from .base import BaseGraphProgramInterpreter

COLORS = [f"{Fore.BLUE}", f"{Fore.MAGENTA}"]
Expand Down

0 comments on commit d6f0144

Please sign in to comment.