Skip to content

Commit

Permalink
imports refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Aug 10, 2023
1 parent dac2896 commit 666d17b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions samplesheets/tests/test_templatetags.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
"""Tests for template tags in the samplesheets app"""

from django.urls import reverse
from django.conf import settings
from django.urls import reverse

from test_plus.test import TestCase

from projectroles.plugins import get_backend_api
from projectroles.models import SODAR_CONSTANTS
from projectroles.plugins import get_backend_api
from projectroles.tests.test_models import (
ProjectMixin,
RoleMixin,
RoleAssignmentMixin,
)

from samplesheets.models import GENERIC_MATERIAL_TYPES

from samplesheets.templatetags import samplesheets_tags as s_tags
from samplesheets.tests.test_models import (
SampleSheetModelMixin,
Expand Down Expand Up @@ -90,7 +89,6 @@ def setUp(self):
arcs=[],
comments=DEFAULT_COMMENTS,
)

# Setup iRODS backend for the test
self.irods_backend = get_backend_api("omics_irods")

Expand Down

0 comments on commit 666d17b

Please sign in to comment.