Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Nov 14, 2023
1 parent 4410c8a commit 3c1692a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adala/memories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from typing import Any, Optional, TYPE_CHECKING, Dict

from pydantic import BaseModel, Field
from adala.datasets.base import Dataset, InternalDataFrame
from rich import print


class Memory(BaseModel, ABC):
Expand Down

0 comments on commit 3c1692a

Please sign in to comment.