cleanup imports

3clyp50 committed Feb 5, 2026 at 10:12 UTC 1bd461042caaaea2b253da3f25982d9c29d1771f
1 file changed +1 -1
python/helpers/skills.py
+1 -1
@@ -6,7 +6,7 @@ from dataclasses import dataclass, field
6 from pathlib import Path
7 from typing import Any, Dict, Iterable, List, Literal, Optional, Tuple, TYPE_CHECKING
8
9 -from python.helpers import files, subagents, dirty_json, projects
9 +from python.helpers import files, subagents, projects
10
11 if TYPE_CHECKING:
12 from agent import Agent