Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alx13 committed Nov 29, 2024
1 parent 81387f3 commit c2d6eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DocumentAIWarehouseRetriever(BaseRetriever):
If nothing is provided, all documents in the project will be searched."""
qa_size_limit: int = 5
"""The limit on the number of documents returned."""
client: "DocumentServiceClient" = None #: :meta private:
client: "DocumentServiceClient" = None # type:ignore[assignment] #: :meta private:

@model_validator(mode="before")
@classmethod
Expand Down

0 comments on commit c2d6eb5

Please sign in to comment.