Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Sep 11, 2024
1 parent 796bf0a commit c6c7172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/core/rag/extractor/blob/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def source(self) -> Optional[str]:
"""The source location of the blob as string if known otherwise none."""
return str(self.path) if self.path else None

@classmethod
@model_validator(mode="before")
@classmethod
def check_blob_is_valid(cls, values: Mapping[str, Any]) -> Mapping[str, Any]:
Expand Down

0 comments on commit c6c7172

Please sign in to comment.