fix: resolve CI linting failures (F401 unused imports)
Some checks failed
CI / test (push) Failing after 4m50s

This commit is contained in:
2026-02-05 11:21:47 +00:00
parent d3ded89261
commit 2958490f28

View File

@@ -2,12 +2,10 @@
import tempfile import tempfile
from pathlib import Path from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest import pytest
from project_scaffold_cli.template_engine import TemplateEngine from project_scaffold_cli.template_engine import TemplateEngine
from project_scaffold_cli.config import Config
class TestTemplateEngine: class TestTemplateEngine: