From 22bd48f04fe0013d950ae20e29832b1b470d2a5b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 05:58:27 +0000 Subject: [PATCH] fix: resolve CI linting and type checking errors --- tests/unit/test_templates.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/unit/test_templates.py b/tests/unit/test_templates.py index 06f2174..41081b9 100644 --- a/tests/unit/test_templates.py +++ b/tests/unit/test_templates.py @@ -1,11 +1,8 @@ """Unit tests for the templates module.""" -import pytest -from unittest.mock import patch, MagicMock -from pathlib import Path +from scaffoldforge.parsers import ChecklistItem, IssueData from scaffoldforge.templates import TemplateEngine -from scaffoldforge.parsers import IssueData, ChecklistItem class TestTemplateEngine: