Skip to content

Commit a3a49a0

Browse files
committed
test: remove CodeQL-reported unused imports
1 parent d204a6c commit a3a49a0

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_context_guard_hooks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import importlib.util
66
import io
77
import json
8-
import os
98
import sys
109
from pathlib import Path
1110
from types import SimpleNamespace

tests/test_statusline_transcript.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import importlib.util
66
import io
77
import json
8-
import sys
98
from pathlib import Path
109

1110

tests/test_subagent_usage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import json
55
import os
66
import sys
7-
from types import SimpleNamespace
87

98
sys.path.insert(0, os.path.join(
109
os.path.dirname(__file__), "..", "plugins", "context-guard", "tools"))

0 commit comments

Comments
 (0)