Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Dec 10, 2023
1 parent beea295 commit 0fff320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybridagi/hybridstores/trace_memory/trace_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from typing import Optional, Callable, Any
from langchain.schema.embeddings import Embeddings
from .base import _default_norm
from pydantic.v1 import Extra

class TraceMemory(BaseTraceMemory):
"""The trace memory"""

def __init__(
self,
Expand Down

0 comments on commit 0fff320

Please sign in to comment.