Skip to content

Commit 0368835

Browse files
Fix ruff unused import in core info test
Assisted-by: GitHub Copilot (model: GPT-5, autonomous) Co-authored-by: nicolehaugen <10600161+nicolehaugen@users.noreply.github.com>
1 parent 994bbc7 commit 0368835

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_core_info_command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# once the companion command lands. See specs/001-core-info/tasks.md T029.
1313
from __future__ import annotations
1414

15+
import importlib
1516
import json
1617
import importlib
1718
import re

0 commit comments

Comments
 (0)