mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-01 12:50:38 +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
|
|
@ -4,8 +4,8 @@ import pytest
|
|||
|
||||
from messaging.handler import ClaudeMessageHandler
|
||||
from messaging.models import IncomingMessage
|
||||
from messaging.tree_data import MessageNode, MessageTree
|
||||
from messaging.tree_queue import MessageState
|
||||
from messaging.trees.data import MessageNode, MessageTree
|
||||
from messaging.trees.queue_manager import MessageState
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue