Skip to content

Commit

Permalink
fix landingzones permission test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jun 28, 2023
1 parent 2d07228 commit 3f64110
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions landingzones/tests/test_permissions_taskflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
# Samplesheets dependency
from samplesheets.tests.test_io import SampleSheetIOMixin, SHEET_DIR

from taskflowbackend.tests.base import (
TaskflowAPIPermissionTestBase,
TaskflowTestMixin,
)
from taskflowbackend.tests.base import TaskflowAPIPermissionTestBase
from landingzones.tests.test_models import (
LandingZoneMixin,
ZONE_TITLE,
Expand Down

0 comments on commit 3f64110

Please sign in to comment.