mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 21:32:39 +02:00
chore: linting
This commit is contained in:
parent
8e6826dd66
commit
d39bf3510f
3 changed files with 10 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue