We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0295bcc commit bccd322Copy full SHA for bccd322
1 file changed
adit-client/tests/test_client.py
@@ -1,10 +1,10 @@
1
import pytest
2
-from adit_client.client import AditClient
3
-from adit_client.utils.testing_helpers import create_admin_with_group_and_token
4
from pytest_django.live_server_helper import LiveServer
5
from pytest_mock import MockerFixture
6
7
from adit.core.models import DicomServer
+from adit_client.client import AditClient
+from adit_client.utils.testing_helpers import create_admin_with_group_and_token
8
9
10
@pytest.mark.django_db
0 commit comments