restore agent.py
Alessandro committed
Feb 15, 2026 at 03:23 UTC
383d54d961c07ba859d9ea4b404e8a00ee7ad879
1 file changed
+1
-1
agent.py
+1
-1
@@ -18,7 +18,7 @@ from python.helpers import (
18
tokens,
19
context as context_helper,
20
dirty_json,
21
- subagents,
21
+ subagents
22
)
23
from python.helpers.print_style import PrintStyle
24