Skip to content

Commit

Permalink
fix black error
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Sep 4, 2024
1 parent 806c829 commit bf5a37b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

for path in sorted(src.rglob("*.py")):
module_path = path.relative_to(src).with_suffix("")
doc_path = path.relative_to(src / "{{ cookiecutter.package_slug }}").with_suffix(
".md"
)
doc_path = path.relative_to(src / "osl_python_package").with_suffix(".md")
full_doc_path = Path("api", doc_path)

parts = tuple(module_path.parts)
Expand Down

0 comments on commit bf5a37b

Please sign in to comment.