mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
chore: linting
This commit is contained in:
parent
eaa21c7150
commit
2832d57bda
60 changed files with 176 additions and 179 deletions
|
|
@ -2659,9 +2659,7 @@ class ConnectorService:
|
|||
def _url_fn(_doc_info: dict[str, Any], metadata: dict[str, Any]) -> str:
|
||||
meeting_id = metadata.get("circleback_meeting_id", "")
|
||||
return (
|
||||
f"https://app.circleback.ai/meetings/{meeting_id}"
|
||||
if meeting_id
|
||||
else ""
|
||||
f"https://app.circleback.ai/meetings/{meeting_id}" if meeting_id else ""
|
||||
)
|
||||
|
||||
def _description_fn(
|
||||
|
|
@ -2707,4 +2705,4 @@ class ConnectorService:
|
|||
"sources": sources_list,
|
||||
}
|
||||
|
||||
return result_object, circleback_docs
|
||||
return result_object, circleback_docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue