Skip to content

Commit 45b9452

Browse files
committed
Delete an unused local var (I forgot deleting in #1587)
1 parent f37f70b commit 45b9452

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/agents/memory/openai_conversations_session.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ async def start_openai_conversations_session(openai_client: AsyncOpenAI | None =
1919
return response.id
2020

2121

22-
_EMPTY_SESSION_ID = ""
23-
24-
2522
class OpenAIConversationsSession(SessionABC):
2623
def __init__(
2724
self,

0 commit comments

Comments
 (0)