Skip to content

Commit 666d17b

Browse files
committed
imports refactoring
1 parent dac2896 commit 666d17b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

samplesheets/tests/test_templatetags.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
"""Tests for template tags in the samplesheets app"""
22

3-
from django.urls import reverse
43
from django.conf import settings
4+
from django.urls import reverse
55

66
from test_plus.test import TestCase
77

8-
from projectroles.plugins import get_backend_api
98
from projectroles.models import SODAR_CONSTANTS
9+
from projectroles.plugins import get_backend_api
1010
from projectroles.tests.test_models import (
1111
ProjectMixin,
1212
RoleMixin,
1313
RoleAssignmentMixin,
1414
)
1515

1616
from samplesheets.models import GENERIC_MATERIAL_TYPES
17-
1817
from samplesheets.templatetags import samplesheets_tags as s_tags
1918
from samplesheets.tests.test_models import (
2019
SampleSheetModelMixin,
@@ -90,7 +89,6 @@ def setUp(self):
9089
arcs=[],
9190
comments=DEFAULT_COMMENTS,
9291
)
93-
9492
# Setup iRODS backend for the test
9593
self.irods_backend = get_backend_api("omics_irods")
9694

0 commit comments

Comments
 (0)