Skip to content

Commit 60cf60a

Browse files
author
Julian Roeland
committed
🎨 - refactor: format
1 parent 0ecf072 commit 60cf60a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

backend/src/openarchiefbeheer/zaken/tests/test_utils.py

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
from django.test import TestCase
2-
from openarchiefbeheer.destruction.tests.factories import \
3-
DestructionListItemFactory
4-
from openarchiefbeheer.utils.results_store import ResultStore
5-
from openarchiefbeheer.zaken.utils import (delete_zaak_and_related_objects,
6-
format_zaaktype_choices)
2+
73
from requests.exceptions import ConnectTimeout
84
from requests_mock import Mocker
95
from rest_framework import status
106
from zgw_consumers.constants import APITypes
117
from zgw_consumers.test.factories import ServiceFactory
128

9+
from openarchiefbeheer.destruction.tests.factories import DestructionListItemFactory
10+
from openarchiefbeheer.utils.results_store import ResultStore
11+
from openarchiefbeheer.zaken.utils import (
12+
delete_zaak_and_related_objects,
13+
format_zaaktype_choices,
14+
)
15+
1316

1417
class DeletingZakenWithErrorsTests(TestCase):
1518
@classmethod

0 commit comments

Comments
 (0)