From d6f0f7cab9a7d6c2bf85da588ecd143042879186 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 06:04:09 +0000 Subject: [PATCH] fix: resolve CI/CD failures - package discovery and linting --- tests/test_pattern_matching.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_pattern_matching.py b/tests/test_pattern_matching.py index 614a3fc..5cd9d1e 100644 --- a/tests/test_pattern_matching.py +++ b/tests/test_pattern_matching.py @@ -2,7 +2,6 @@ import os import sys -import tempfile from pathlib import Path import pytest @@ -54,7 +53,6 @@ class TestPatternMatcher: @pytest.fixture(autouse=True) def setup(self, tmp_path, sample_docker_yaml): - from shell_speak.config import ensure_data_dir from shell_speak.library import get_loader docker_file = tmp_path / "docker.yaml"