fix: resolve CI linting issues - remove unused imports in test files
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
"""Tests for CLI Command Memory recorder."""
|
"""Tests for CLI Command Memory recorder."""
|
||||||
|
|
||||||
import tempfile
|
|
||||||
import os
|
|
||||||
from cli_memory.recorder import CommandRecorder
|
from cli_memory.recorder import CommandRecorder
|
||||||
from cli_memory.models import Command, CommandType
|
from cli_memory.models import CommandType
|
||||||
from cli_memory.config import Config
|
|
||||||
|
|
||||||
|
|
||||||
def test_recorder_initialization():
|
def test_recorder_initialization():
|
||||||
|
|||||||
Reference in New Issue
Block a user