Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindy Long committed Dec 19, 2024
1 parent 0480783 commit bbf9e5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion letta/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from letta.schemas.block import BlockUpdate
from letta.schemas.embedding_config import EmbeddingConfig
from letta.schemas.enums import MessageRole
from letta.schemas.letta_message import FunctionReturn
from letta.schemas.memory import ContextWindowOverview, Memory
from letta.schemas.message import Message, MessageUpdate
from letta.schemas.openai.chat_completion_request import (
Expand Down
1 change: 0 additions & 1 deletion tests/integration_test_agent_tool_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import pytest
from letta import create_client
from letta.schemas.letta_message import FunctionCallMessage
from letta.schemas.tool_rule import (
ChildToolRule,
ConditionalToolRule,
Expand Down

0 comments on commit bbf9e5d

Please sign in to comment.