Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed Dec 4, 2024
1 parent b413b5f commit 841e781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,8 @@ def duplicate(self, request, pk):
)
if UUID(pk) not in object_ids_view:
return Response(
{"results": "applied control duplicated"}, status=status.HTTP_404_NOT_FOUND
{"results": "applied control duplicated"},
status=status.HTTP_404_NOT_FOUND,
)

applied_control = self.get_object()
Expand Down

0 comments on commit 841e781

Please sign in to comment.