fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 05:58:27 +00:00
parent e08a0c7f91
commit 22bd48f04f

View File

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