Skip to content

Commit

Permalink
remove unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zodwick committed Oct 7, 2024
1 parent f8409e2 commit bae3ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
root = Path(__file__).parent.parent
src = root / "src"
src_ragas = root / "src" / "ragas"
#ok lets test this

logger.info("Generating code reference pages for %s with root %s", src, root)
for path in sorted(src.rglob("*.py")):
Expand Down

0 comments on commit bae3ef4

Please sign in to comment.