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

This commit is contained in:
2026-01-31 09:57:17 +00:00
parent e1e6561ba5
commit f8194d20ba

View File

@@ -1,9 +1,7 @@
"""Tests for CLI Command Memory script generator."""
import os
import tempfile
from cli_memory.generator import ScriptGenerator
from cli_memory.config import Config
from cli_memory.models import Workflow, Command, CommandType