Skip to content

Commit

Permalink
reduce blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship committed Dec 18, 2024
1 parent 7bd56ce commit 04663ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dojo/api_v2/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ class BurpRawRequestResponseMultiSerializer(serializers.ModelSerializer):
burpRequestBase64 = serializers.CharField()
burpResponseBase64 = serializers.CharField()


def to_representation(self, data):
return {
"id": data.id,
Expand Down

0 comments on commit 04663ac

Please sign in to comment.