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

Fix lint warnings

parent 89170913
No related branches found
No related tags found
1 merge request!107Fix handling of private email and mobile for the invitation endpoints
Pipeline #96829 passed
......@@ -18,4 +18,5 @@ disable=
redefined-outer-name,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,
unused-argument,
from django.db import transaction
from rest_framework import serializers
from greg.models import Identity, Person
......
......@@ -4,7 +4,7 @@ from rest_framework import status
from rest_framework.reverse import reverse
from rest_framework.test import APIClient
from greg.models import Identity, InvitationLink, Person
from greg.models import InvitationLink, Person
@pytest.mark.django_db
......
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