fix: resolve CI linting issues - remove unused imports in test files
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-31 09:57:18 +00:00
parent f54f23991e
commit 17bf3224b7

View File

@@ -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():