Skip to content

Commit

Permalink
fix: add endline to serializers file
Browse files Browse the repository at this point in the history
  • Loading branch information
kallilsouza committed Jan 24, 2025
1 parent cfcf030 commit 07b99f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connect/api/v1/project/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,4 +624,5 @@ def validate_project_uuid(self, value):
Project.objects.get(uuid=value)
except Project.DoesNotExist:
raise serializers.ValidationError("This project does not exist")
return value
return value

0 comments on commit 07b99f2

Please sign in to comment.