fix: resolve CI/CD failures - package discovery and linting
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 06:04:09 +00:00
parent e05ee7f1e9
commit d6f0f7cab9

View File

@@ -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"