mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-10 22:34:39 +00:00
ruff format
This commit is contained in:
parent
5aa52375c3
commit
54374bd7be
4 changed files with 9 additions and 11 deletions
|
@ -195,9 +195,7 @@ async def index_clickup_tasks(
|
|||
assignee.get("username", "Unknown")
|
||||
for assignee in task_assignees
|
||||
]
|
||||
content_parts.append(
|
||||
f"Assignees: {', '.join(assignee_names)}"
|
||||
)
|
||||
content_parts.append(f"Assignees: {', '.join(assignee_names)}")
|
||||
if task_due_date:
|
||||
content_parts.append(f"Due Date: {task_due_date}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue