Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Jan 17, 2025
1 parent 2f09d1b commit 199dd92
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions generic/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ def pascal_to_snake_case(s: str) -> str:
"""

def main():

def main():
delete_files(".", ".gitkeep")


with open("docs/json-schemas.task_logic.rst", "a") as f:
f.write(task_logic_template)
Expand All @@ -60,8 +59,5 @@ def main():
print("Project initialized!")





if __name__ == "__main__":
main()
main()

0 comments on commit 199dd92

Please sign in to comment.