Skip to content

Commit 2fb2b36

Browse files
committed
chore(command_processor.py): remove unused imports from command_processor.py to clean up the codebase
1 parent 2a46671 commit 2fb2b36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

AgentCrew/modules/chat/message/command_processor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
from AgentCrew.modules.config import ConfigManagement
1111
from AgentCrew.modules.mcpclient import MCPService
1212
import shlex
13-
from rich.text import Text
14-
from rich.style import Style
15-
1613

1714
@dataclass
1815
class CommandResult:

0 commit comments

Comments
 (0)