Skip to content

Commit 7e2a6dd

Browse files
committed
chore: cleanup some imports
1 parent 3271641 commit 7e2a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domain/core/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import inspect
22
import logging
3-
from typing import Annotated, MutableMapping, final
3+
from typing import Annotated
44

55
from llm.openai.models.chat import SYSTEM_ROLE, ChatMessage
66
from llm.session import TEXT_EMBEDDING_3_LARGE, Inject, Session, SessionGroup, Param

0 commit comments

Comments
 (0)