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

@ -382,9 +382,7 @@ class ConnectorIndexingNotificationHandler(BaseNotificationHandler):
"temporary_error": f"{service_name} temporarily unavailable",
}
base_message = retry_messages.get(
retry_reason, f"Waiting for {service_name}"
)
base_message = retry_messages.get(retry_reason, f"Waiting for {service_name}")
# Add wait time and progress info
if wait_seconds and wait_seconds > 5: