From e7f58402607195d5f4103ba5154deb02f1142ab9 Mon Sep 17 00:00:00 2001 From: shihanwan Date: Fri, 4 Oct 2024 17:02:26 -0400 Subject: [PATCH] remove unused import --- memonto/core/recall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/memonto/core/recall.py b/memonto/core/recall.py index f33ba39..5b5955c 100644 --- a/memonto/core/recall.py +++ b/memonto/core/recall.py @@ -1,4 +1,3 @@ -import json from rdflib import Graph, URIRef, Literal, BNode from memonto.llms.base_llm import LLMModel