Removed deprecated modules and updated imports

This commit is contained in:
Alishahryar1 2026-02-19 20:38:11 -08:00
parent 2b0495dd08
commit 0c8d59e33e
18 changed files with 22 additions and 55 deletions

View file

@ -3,7 +3,7 @@ from unittest.mock import AsyncMock, MagicMock
import pytest
from messaging.handler import ClaudeMessageHandler
from messaging.tree_data import MessageState
from messaging.trees.data import MessageState
async def _gen_session(events):