Skip to content

Commit 2395b68

Browse files
authored
Delete an unused local var (I forgot deleting in openai#1587) (openai#1696)
Delete an unused local var (I forgot deleting in openai#1587); the variable is no longer used.
1 parent 5a9cab8 commit 2395b68

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)