Fix mypy type errors in Jira integration (#13181)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2026-03-03 17:43:44 -05:00
committed by GitHub
parent d19ba0d166
commit 79a0cee7d9
3 changed files with 39 additions and 0 deletions

View File

@@ -155,6 +155,9 @@ class JiraDcExistingConversationView(JiraDcViewInterface):
self.conversation_id, conversation_init_data, user_id
)
if agent_loop_info.event_store is None:
raise StartingConvoException('Event store not available')
final_agent_observation = get_final_agent_observation(
agent_loop_info.event_store
)