ruff format

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-08-12 15:33:17 -07:00
parent 5aa52375c3
commit 54374bd7be
4 changed files with 9 additions and 11 deletions

View file

@ -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}")