From 2958490f284310e1ab2cadafe66b21ae57dc0cf0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 11:21:47 +0000 Subject: [PATCH] fix: resolve CI linting failures (F401 unused imports) --- tests/test_templates.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_templates.py b/tests/test_templates.py index 33cbed7..ba3eb10 100644 --- a/tests/test_templates.py +++ b/tests/test_templates.py @@ -2,12 +2,10 @@ import tempfile from pathlib import Path -from unittest.mock import MagicMock, patch import pytest from project_scaffold_cli.template_engine import TemplateEngine -from project_scaffold_cli.config import Config class TestTemplateEngine: