fix: resolve CI/CD issues and circular imports
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-05 09:23:13 +00:00
parent 505bc16400
commit 7a45a754ca

View File

@@ -112,8 +112,7 @@ This project uses:
---
*Generated by Auto README Generator on {{ generated_at }}*
""",
*Generated by Auto README Generator on {{ generated_at }}*""",
}
def __init__(self, custom_template_dir: Optional[Path] = None):
@@ -288,7 +287,7 @@ This project uses:
"- Lint with `npm run lint`",
])
return "\n".join(guidelines)
return "\\n".join(guidelines)
class TemplateManager: