Skip to content

Commit b7b560a

Browse files
authored
FIX missing line in clean template (#3)
1 parent c232f36 commit b7b560a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clean_template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
to_remove = [
3333
Path(".github") / "workflows" / "test_benchmarks.yml",
3434
Path(".github") / "workflows" / "lint_benchmarks.yml",
35+
Path(".github") / "workflows" / "clean_template.yml",
3536
Path(".") / "clean_template.py"
3637
]
3738
for file in to_remove:

0 commit comments

Comments
 (0)