Skip to content

Commit bccd322

Browse files
committed
lint fix
1 parent 0295bcc commit bccd322

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adit-client/tests/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import pytest
2-
from adit_client.client import AditClient
3-
from adit_client.utils.testing_helpers import create_admin_with_group_and_token
42
from pytest_django.live_server_helper import LiveServer
53
from pytest_mock import MockerFixture
64

75
from adit.core.models import DicomServer
6+
from adit_client.client import AditClient
7+
from adit_client.utils.testing_helpers import create_admin_with_group_and_token
88

99

1010
@pytest.mark.django_db

0 commit comments

Comments
 (0)