Skip to content

Commit

Permalink
Fix last lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoham committed Oct 11, 2024
1 parent e241d45 commit 4502e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retrieval/lecture_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import List

from langsmith import traceable
from sipbuild.generator.parser.tokens import tokens
from weaviate import WeaviateClient
from weaviate.classes.query import Filter

Expand Down Expand Up @@ -82,6 +81,7 @@ class LectureRetrieval(Pipeline):
"""
Class for retrieving lecture data from the database.
"""

tokens: LLMTokenCount

def __init__(self, client: WeaviateClient, **kwargs):
Expand Down

0 comments on commit 4502e30

Please sign in to comment.