ruff fix
This commit is contained in:
parent
affbc557d2
commit
a7d7e12d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class InvalidChunkSizeError(CogneeValidationError):
|
|||
class InvalidChunkerError(CogneeValidationError):
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
message=f"chunker must be a valid Chunker class.",
|
||||
message="chunker must be a valid Chunker class.",
|
||||
name="InvalidChunkerError",
|
||||
status_code=status.HTTP_400_BAD_REQUEST,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue