Skip to content
Snippets Groups Projects
Commit 3c0672b3 authored by Tore.Brede's avatar Tore.Brede
Browse files

Fixing formatting

parent 6af7a9d6
No related branches found
No related tags found
1 merge request!19GREG-10: Adding cascading deletes for persons
Pipeline #89079 failed
...@@ -5,7 +5,14 @@ from rest_framework import status ...@@ -5,7 +5,14 @@ from rest_framework import status
from rest_framework.reverse import reverse from rest_framework.reverse import reverse
from rest_framework.status import HTTP_200_OK from rest_framework.status import HTTP_200_OK
from greg.models import Person, PersonIdentity, Sponsor, Role, OrganizationalUnit, Consent from greg.models import (
Person,
PersonIdentity,
Sponsor,
Role,
OrganizationalUnit,
Consent,
)
@pytest.fixture @pytest.fixture
......
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