chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-28 22:20:23 -08:00
parent 8e6826dd66
commit d39bf3510f
3 changed files with 10 additions and 14 deletions

View file

@ -534,7 +534,9 @@ async def index_notion_pages(
"Using legacy token. Reconnect with OAuth for better reliability."
)
user_notification_message = " ".join(notification_parts) if notification_parts else None
user_notification_message = (
" ".join(notification_parts) if notification_parts else None
)
return (
total_processed,