From 17bf3224b7e4221cef5818920c4d494715b1c76f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 09:57:18 +0000 Subject: [PATCH] fix: resolve CI linting issues - remove unused imports in test files --- .tests/test_recorder.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.tests/test_recorder.py b/.tests/test_recorder.py index 17284ab..355236c 100644 --- a/.tests/test_recorder.py +++ b/.tests/test_recorder.py @@ -1,10 +1,7 @@ """Tests for CLI Command Memory recorder.""" -import tempfile -import os from cli_memory.recorder import CommandRecorder -from cli_memory.models import Command, CommandType -from cli_memory.config import Config +from cli_memory.models import CommandType def test_recorder_initialization():