mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 19:40:54 +00:00
Removed deprecated modules and updated imports
This commit is contained in:
parent
2b0495dd08
commit
0c8d59e33e
18 changed files with 22 additions and 55 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue