Skip to content

Commit

Permalink
Update app/content_service/Retrieval/lecture_retrieval.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
yassinsws and coderabbitai[bot] authored Mar 18, 2024
1 parent bca6377 commit 6e9525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/content_service/Retrieval/lecture_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class LectureRetrieval(AbstractRetrieval, ABC):
"""
Class for ingesting repositories into a database.
Class for retrieving lecture data from the database.
"""

def __init__(self, client: weaviate.WeaviateClient):
Expand Down

0 comments on commit 6e9525d

Please sign in to comment.