File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
"""Tests for template tags in the samplesheets app"""
2
2
3
- from django .urls import reverse
4
3
from django .conf import settings
4
+ from django .urls import reverse
5
5
6
6
from test_plus .test import TestCase
7
7
8
- from projectroles .plugins import get_backend_api
9
8
from projectroles .models import SODAR_CONSTANTS
9
+ from projectroles .plugins import get_backend_api
10
10
from projectroles .tests .test_models import (
11
11
ProjectMixin ,
12
12
RoleMixin ,
13
13
RoleAssignmentMixin ,
14
14
)
15
15
16
16
from samplesheets .models import GENERIC_MATERIAL_TYPES
17
-
18
17
from samplesheets .templatetags import samplesheets_tags as s_tags
19
18
from samplesheets .tests .test_models import (
20
19
SampleSheetModelMixin ,
@@ -90,7 +89,6 @@ def setUp(self):
90
89
arcs = [],
91
90
comments = DEFAULT_COMMENTS ,
92
91
)
93
-
94
92
# Setup iRODS backend for the test
95
93
self .irods_backend = get_backend_api ("omics_irods" )
96
94
You can’t perform that action at this time.
0 commit comments