fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user