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

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.",
)