Riccorl / transformers-embedder

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
2 years ago2 years old
Consider removing the commented out code block
20
21    if parts[-1] == "__init__":
22        parts = parts[:-1]
23        # doc_path = doc_path.with_name("index.md")24        # full_doc_path = full_doc_path.with_name("index.md")
25    elif parts[-1] == "__main__":
26        continue