Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Nov 23, 2023
1 parent 7488e5e commit 173e49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/requirements/make_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ def as_nightly(repo: str) -> str:
all_dependencies = [f"-r {dep}" for dep in glob.glob("*.in")]
path = Path("all.in")
with path.open("w") as f:
f.write("This file was generated by make_deps.py, DO NOT EDIT MANUALLY!\n\n")
f.write("# This file was generated by make_deps.py, DO NOT EDIT MANUALLY!\n\n")
f.write("\n".join(all_dependencies))
f.write("\n")

0 comments on commit 173e49b

Please sign in to comment.