fix: resolve CI linting failures (F401 unused imports)
Some checks failed
CI / test (push) Failing after 4m50s
Some checks failed
CI / test (push) Failing after 4m50s
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user