Skip to content

Commit 715dd45

Browse files
committed
fix typo
1 parent 8d29e5c commit 715dd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/infrahub/graphql/mutations/resource_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async def mutate_delete(
273273
if violating_branches:
274274
raise ValidationError(
275275
input_value=f"Unable to delete number pool {number_pool.node.value}.{number_pool.node_attribute.value}"
276-
f"is in use (branches: {','.join(violating_branches)})"
276+
f" is in use (branches: {','.join(violating_branches)})"
277277
)
278278

279279
return await super().mutate_delete(info=info, data=data, branch=branch)

0 commit comments

Comments
 (0)