Add space before new line in order to fix typo (#1013)

This commit is contained in:
Moshe Zada 2024-01-28 23:00:53 +02:00 committed by GitHub
parent 0ce992e22e
commit 60a16fa46d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,7 +219,7 @@ def create_deletion_attempt_for_connector_id(
raise HTTPException(
status_code=400,
detail=f"Connector with ID '{connector_id}' and credential ID "
f"'{credential_id}' is not deletable. It must be both disabled AND have"
f"'{credential_id}' is not deletable. It must be both disabled AND have "
"no ongoing / planned indexing attempts.",
)