fix: resolve CI/CD issues and circular imports
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -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):
|
def __init__(self, custom_template_dir: Optional[Path] = None):
|
||||||
@@ -288,7 +287,7 @@ This project uses:
|
|||||||
"- Lint with `npm run lint`",
|
"- Lint with `npm run lint`",
|
||||||
])
|
])
|
||||||
|
|
||||||
return "\n".join(guidelines)
|
return "\\n".join(guidelines)
|
||||||
|
|
||||||
|
|
||||||
class TemplateManager:
|
class TemplateManager:
|
||||||
|
|||||||
Reference in New Issue
Block a user