Skip to content

Commit 58da79c

Browse files
authored
fix: resolve formatting issues in README files (topoteretes#2182)
<!-- .github/pull_request_template.md --> ## Description Resolve pre-commit issues raised ## Acceptance Criteria <!-- * Key requirements to the new feature or modification; * Proof that the changes work and meet the requirements; --> ## Type of Change <!-- Please check the relevant option --> - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Code refactoring - [ ] Other (please specify): ## Screenshots <!-- ADD SCREENSHOT OF LOCAL TESTS PASSING--> ## Pre-submission Checklist <!-- Please check all boxes that apply before submitting your PR --> - [ ] **I have tested my changes thoroughly before submitting this PR** (See `CONTRIBUTING.md`) - [ ] **This PR contains minimal changes necessary to address the issue/feature** - [ ] My code follows the project's coding standards and style guidelines - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added necessary documentation (if applicable) - [ ] All new and existing tests pass - [ ] I have searched existing PRs to ensure this change hasn't been submitted already - [ ] I have linked any relevant issues in the description - [ ] My commits have clear and descriptive messages ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated documentation formatting in module files for improved readability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 655676f + f399d51 commit 58da79c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cognee/tasks/ingestion/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
Data ingestion and normalization tasks.
33
4-
This module provides functionality for accepting raw data inputs
5-
(files, URLs, streams, or external objects), transforming them into
6-
standardized text representations, and registering them within
4+
This module provides functionality for accepting raw data inputs
5+
(files, URLs, streams, or external objects), transforming them into
6+
standardized text representations, and registering them within
77
datasets and the relational database.
88
"""
99

cognee/tasks/storage/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
Graph persistence and indexing tasks.
33
4-
This module provides tasks for adding structured DataPoints to the graph database,
5-
deduplicating extracted nodes and edges, and managing vector-based indexing for both
4+
This module provides tasks for adding structured DataPoints to the graph database,
5+
deduplicating extracted nodes and edges, and managing vector-based indexing for both
66
nodes and relationship types.
77
"""
88

0 commit comments

Comments
 (0)