Skip to content

Commit d5079e0

Browse files
remove pylint issues-1
1 parent 21a0973 commit d5079e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/v3/callbacks/response_handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def clean_citations(text: str) -> str:
3333
text = re.sub(r'\(source:[^)]*\)', '', text, flags=re.IGNORECASE)
3434
text = re.sub(r'\[source:[^\]]*\]', '', text, flags=re.IGNORECASE)
3535

36-
3736
return text
3837

3938
def agent_response_callback(message: ChatMessageContent, user_id: str = None) -> None:

0 commit comments

Comments
 (0)