Skip to content
Snippets Groups Projects
Commit b9f516a8 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Fix lint error

parent bd5e2168
No related branches found
No related tags found
1 merge request!199Improvements to consent choices
Pipeline #103546 passed
......@@ -10,5 +10,5 @@ class ConsentSerializerBrief(serializers.ModelSerializer):
class Meta:
model = Consent
queryset = Consent.objects.all().select_related('choice')
queryset = Consent.objects.all().select_related("choice")
fields = ["type", "consent_given_at", "choice"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment