Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Sep 25, 2024
1 parent 7be49e2 commit 8f784d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/engine/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ def update(self, instance: models.Data, validated_data: dict[str, Any]) -> model
raise serializers.ValidationError(
f"When task validation mode is {models.ValidationMode.GT_POOL}, "
"GT frames can only be deleted and restored via the "
"GT job's api/jobs/\{id\}/data/meta endpoint"
"GT job's api/jobs/{id}/data/meta endpoint"
)

return super().update(instance, validated_data)
Expand Down

0 comments on commit 8f784d9

Please sign in to comment.