Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 23, 2024
1 parent 535d546 commit 188799c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/post_gen_project.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/env python3
from subprocess import run
{% if not cookiecutter._render_devdocs %}
from pathlib import Path

# Post processing
{% if not cookiecutter._render_devdocs %}
Path("docs/template_usage.md").unlink()
{% endif %}

Expand Down

0 comments on commit 188799c

Please sign in to comment.