Skip to content

Commit 5580b89

Browse files
committed
format
1 parent cb9872b commit 5580b89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/docs2llm/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
from docs2llm.main import (
99
extract_documentation, # noqa: F401
10-
setup_logging, # noqa: F401
11-
is_documentation_file, # noqa: F401
12-
markdown_to_text, # noqa: F401
13-
clone_repository, # noqa: F401
14-
find_documentation_files, # noqa: F401
15-
process_documentation_files, # noqa: F401
10+
setup_logging, # noqa: F401
11+
is_documentation_file, # noqa: F401
12+
markdown_to_text, # noqa: F401
13+
clone_repository, # noqa: F401
14+
find_documentation_files, # noqa: F401
15+
process_documentation_files, # noqa: F401
1616
)
1717

1818
__version__ = "0.1.0"

0 commit comments

Comments
 (0)